Click or drag to resize

TabCollectionIndexOf Method

Gets the index of a given tab. Returns -1 if the item isn't in the list.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public int IndexOf(
	TabPage tab
)

Parameters

tab
Type: Bootstrap.A11yTabPage
The tab.

Return Value

Type: Int32
The index of the tab in the list, or -1 if the item isn't in the list.
See Also