NetXP 3.0 Reference

TabGroupSequence.IndexOf Method 

Gets the index of the specified node.

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

Parameters

group
The node.

Return Value

The index.

See Also

TabGroupSequence Class | NETXP.Controls.Docking Namespace