ToArrayIndex Method

Converts the tab-based index to an index in the TabItemCollection.

Syntax

Visual Basic  Public  Function 
ToArrayIndex( ByVal iTabIndex As int ) As int
C# 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