Determines the index of a specific TabPage in the collection.

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

Return Value

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

See Also