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