Use this method to add a simple string to the TabStrip.
[Visual Basic] Overloads Public Function AddTab( _ ByVal text As String _ ) As Integer [C#] public int AddTab( string text ); [C++] public: int AddTab( String* text ); [JScript] public function AddTab( text : String ) : int;
index of where the item was inserted.
TabStrip Class | TabStrip Members | System.WinForms Namespace | TabStrip.AddTab Overload List