ToTabIndex Method

Converts the zero-based index to a tab-based index in the TabItemCollection.

Syntax

Visual Basic  Public  Function 
ToTabIndex( ByVal iArrayIndex As int ) As int
C# public  int 
ToTabIndex(int iArrayIndex );
Managed C++ public:  int 
ToTabIndex(int iArrayIndex );
JScript public  function
ToTabIndex(iArrayIndex : int );

Parameters

iArrayIndex Required. The zero-based index.

Return Value

The tab-based index of this collection.

Applies To

TabItemCollection

See Also

Internet Explorer WebControls, About the TabStrip WebControl