NetXP 3.0 Reference

TabGroupBaseCollection.IndexOf Method 

Gets the index of an object.

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

Parameters

value
The object.

Return Value

The index. -1 if not found.

See Also

TabGroupBaseCollection Class | NETXP.Controls.Docking Namespace