NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabPage Constructor

[To be supplied.]

Overload List

Constructs an empty TabPage.

[Visual Basic] Overloads Public Sub New()
[C#] public TabPage();
[C++] public: TabPage();
[JScript] public function TabPage();

Constructs a TabPage with text for the tab.

[Visual Basic] Overloads Public Sub New(String)
[C#] public TabPage(String);
[C++] public: TabPage(String*);
[JScript] public function TabPage(String);

See Also

TabPage Class | TabPage Members | System.WinForms Namespace