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 (String)

Constructs a TabPage with text for the tab.

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

Parameters

text
The text for this tab.

See Also

TabPage Class | TabPage Members | System.WinForms Namespace | TabPage Constructor Overload List