NetXP 3.0 Reference

TabPageCollection.Insert Method 

Inserts a tab page at the specified location.

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

Parameters

index
Where to insert tab page.
value
Tab page to insert.

See Also

TabPageCollection Class | NETXP.Controls.Docking Namespace