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