TabPageCollectionIndexOf Method
Determines the index of a specific
TabPage in the collection.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public int IndexOf(
TabPage value
)
Public Function IndexOf (
value As TabPage
) As Integer
- value TabPage
- The object to locate in the TabPageCollection
Int32The index of value if found in the list; otherwise, -1.