NetXP 3.0 Reference

TabPage Constructor

Constructs a new tab page.

Overload List

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

See Also

TabPage Class | NETXP.Controls.Docking Namespace