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