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.SetTabs (String[])

Allows the user to set all the Tabs in the TabStrip at once by passing in an array with all their values. All old values in the TabStrip are discarded and lost

[Visual Basic]
Overloads Public Sub SetTabs( _
   ByVal value() As String _
)
[C#]
public void SetTabs(
   string[] value
);
[C++]
public: void SetTabs(
   String* value[]
);
[JScript]
public function SetTabs(
   value : String[]
);

Parameters

value
Array of strings that will be the new tabs in the strip.

See Also

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