[To be supplied.]
Allows you to add a TabItem to the TabStrip, but in a location you specify, as opposed to the end of the list. An exception is thrown if the index is out of range.
[Visual Basic] Overloads Public Function InsertTab(Integer, TabItem) As Integer
[C#] public int InsertTab(int, TabItem);
[C++] public: int InsertTab(int, TabItem);
[JScript] public function InsertTab(int, TabItem) : int;
Allows you to add text to the TabStrip, but in a location you specify, as opposed to the end of the list. An exception is thrown if the index is out of range.
[Visual Basic] Overloads Public Function InsertTab(Integer, String) As Integer
[C#] public int InsertTab(int, String);
[C++] public: int InsertTab(int, String);
[JScript] public function InsertTab(int, String) : int;
TabStrip Class | TabStrip Members | System.WinForms Namespace