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 _
)
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