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