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!

TabStrip.AddTab (String)

Use this method to add a simple string to the TabStrip.

[Visual Basic]
Overloads Public Function AddTab( _
   ByVal text As String _
) As Integer
[C#]
public int AddTab(
   string text
);
[C++]
public: int AddTab(
   String* text
);
[JScript]
public function AddTab(
   text : String
) : int;

Parameters

text
The text for the tab

Return Value

index of where the item was inserted.

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace | TabStrip.AddTab Overload List