NetXP 3.0 Reference

TabPage Constructor (String)

Constructs a new tab page with the specified title.

[Visual Basic]
Overloads Public Sub New( _
   ByVal title As String _
)
[C#]
public TabPage(
   string title
);

Parameters

title
The title of the page.

See Also

TabPage Class | NETXP.Controls.Docking Namespace | TabPage Constructor Overload List