Constructs a new tab page.
Constructs a new tab page.
public TabPage();
Constructs a new tab page with the specified title.
public TabPage(string);
Constructs a new tab page with the specified title and containing the specified control.
public TabPage(string,Control);
Constructs a new tab page with the specified title, containing the specified control, and having the specified icon.
public TabPage(string,Control,Image);
TabPage Class | NETXP.Controls.Docking Namespace