[To be supplied.]
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);
TabStrip Class | TabStrip Members | System.WinForms Namespace