Allows the user to replace/explicitly set the tab at the given index. If there is no value at the supplied index, an exception is thrown. Otherwise, the value becomes the newly supplied one
[Visual Basic] Overloads Public Sub SetTab( _ ByVal index As Integer, _ ByVal item As TabItem _ ) [C#] public void SetTab( int index, TabItem item ); [C++] public: void SetTab( int index, TabItem* item ); [JScript] public function SetTab( index : int, item : TabItem );
TabStrip Class | TabStrip Members | System.WinForms Namespace | TabStrip.SetTab Overload List