Gets the index of tab object.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int IndexOf(
	C1Tab tab
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	tab As C1Tab _
) As Integer

Parameters

tab
Type: C1.Web.UI.Controls.C1TabStrip..::..C1Tab
The C1Tab object.

Return Value

The index of the tab.

See Also