Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the tab-based index to an index in the TabItemCollection.
Syntax
Visual Basic Public Function
ToArrayIndex( ByVal iTabIndex As int ) As intC# public int
ToArrayIndex(int iTabIndex );Managed C++ public: int
ToArrayIndex(int iTabIndex );JScript public function
ToArrayIndex(iTabIndex : int );
Parameters
iTabIndex Required. The tab-based index.
Return Value
The zero-based index of this collection.
Applies To
TabItemCollection
See Also
Internet Explorer WebControls, About the TabStrip WebControl