TabCollection.IndexOf Method

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Tab in the TabCollection.

[Visual Basic] Public Function IndexOf( _
   ByVal tab As Tab _
) As Integer
[C#]
public int IndexOf(
   Tab tab
);

Parameters

tab
The Tab to locate in the TabCollection.

Return Value

The zero-based index of the first occurrence of Tab within the entire TabCollection, if found; otherwise, -1.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace