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

[To be supplied.]

Overload List

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(String())
[C#] public void SetTabs(String[]);
[C++] public: void SetTabs(String*[]);
[JScript] public function 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(TabItem())
[C#] public void SetTabs(TabItem[]);
[C++] public: void SetTabs(TabItem*[]);
[JScript] public function SetTabs(TabItem[]);

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace