Determines the index of a specific TabPage in the collection.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9
Syntax
| C# |
|---|
public int IndexOf( TabPage value ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ value As TabPage _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( TabPage^ value ) |
Parameters
- value
- Type: BeeMobile.ToolBar..::.TabPage
The object to locate in the TabPageCollection