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!

TabItem Constructor (String)

This constructs a TabItem with text as the tab's text.

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

Parameters

text
The text for the tab.

See Also

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