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( _ ByVal index As Integer, _ ByVal text As String _ ) As Integer [C#] public int InsertTab( int index, string text ); [C++] public: int InsertTab( int index, String* text ); [JScript] public function InsertTab( index : int, text : String ) : int;
TabStrip Class | TabStrip Members | System.WinForms Namespace | TabStrip.InsertTab Overload List