| 
 | 
 | 
 | 
| 
        | RemoveAt Method, TabCollectionClass Class | 
Removes the tab at the specified position from the tab collection.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
| VB | Public Sub RemoveAt( ByVal index As Integer )
 | 
| C# | public void RemoveAt( int index ); | 
| C++ | public: void RemoveAt( int index ); | 
index
The zero-based index of the tab to be removed from the TabCollection.
Comments
The RemoveAt method removes the tab at the specified position from the tab collection.
A tab can only be deleted if the tab has no associated controls in the tab control's client area.