NetXP 3.0 Reference

TabGroupSequence.InsertNewNode Method 

Inserts a new empty node at index.

[Visual Basic]
Public Function InsertNewNode( _
   ByVal index As Integer _
) As TabGroupNode
[C#]
public TabGroupNode InsertNewNode(
   int index
);

Parameters

index
The index.

Return Value

The node.

See Also

TabGroupSequence Class | NETXP.Controls.Docking Namespace