NetXP 3.0 Reference

TabPageCollection.IndexOf Method 

Gets the index of a tab page.

[Visual Basic]
Public Function IndexOf( _
   ByVal value As TabPage _
) As Integer
[C#]
public int IndexOf(
   TabPage value
);

Parameters

value
The tab page.

Return Value

The index of the tab page.

See Also

TabPageCollection Class | NETXP.Controls.Docking Namespace