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