NetXP 3.0 Reference

TabPage Constructor (String, Control)

Constructs a new tab page with the specified title and containing the specified control.

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

Parameters

title
The title of the page.
control
The control to be contained.

See Also

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