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)
Syntaxpublic int IndexOf(
TabPage tab
)
Parameters
- tab
- Type: Bootstrap.A11yTabPage
The tab.
Return Value
Type:
Int32The index of the tab in the list, or -1 if the item isn't in the list.
See Also