NetXP 3.0 Reference

TabGroupBaseCollection.Insert Method 

Inserts an object at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As TabGroupBase _
)
[C#]
public void Insert(
   int index,
   TabGroupBase value
);

Parameters

index
The index.
value
The object.

See Also

TabGroupBaseCollection Class | NETXP.Controls.Docking Namespace