MobileForms Toolkit Documentation

TabPagesCollection.IndexOf Method 

Searches for the specified System.Object and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList.

public int IndexOf(
TabPage page
);

Parameters

page
The TabPage to locate in the System.Collections.ArrayList. The value can be null.

Return Value

The zero-based index of the first occurrence of value within the entire System.Collections.ArrayList, if found; otherwise, -1.

See Also

TabPagesCollection Class | Resco.Controls.CommonControls Namespace