NetXP 3.0 Reference

TabPageCollection.Add Method 

Adds a tab page to the collection.

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

Parameters

value
The tab page to be added.

Return Value

The index of the tab page.

See Also

TabPageCollection Class | NETXP.Controls.Docking Namespace