Determines the index of a specific Tool in the collection.

Namespace:  BeeMobile.ToolBar
Assembly:  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

Return Value

The index of value if found in the list; otherwise, -1.

See Also