Removes the tab at the given index of the TabStrip. The tab and it's data are discarded.
[Visual Basic] Public Sub RemoveTab( _ ByVal index As Integer _ ) [C#] public void RemoveTab( int index ); [C++] public: void RemoveTab( int index ); [JScript] public function RemoveTab( index : int );
TabStrip Class | TabStrip Members | System.WinForms Namespace