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.SetTab

[To be supplied.]

Overload List

Allows the user to replace/explicitly set the text for the tab at the given index. If there is no value at the supplied index, an exception is thrown. Otherwise, the value becomes the newly supplied one

[Visual Basic] Overloads Public Sub SetTab(Integer, String)
[C#] public void SetTab(int, String);
[C++] public: void SetTab(int, String);
[JScript] public function SetTab(int, String);

Allows the user to replace/explicitly set the tab at the given index. If there is no value at the supplied index, an exception is thrown. Otherwise, the value becomes the newly supplied one

[Visual Basic] Overloads Public Sub SetTab(Integer, TabItem)
[C#] public void SetTab(int, TabItem);
[C++] public: void SetTab(int, TabItem);
[JScript] public function SetTab(int, TabItem);

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace