TabCollection.Remove Method

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection.Remove Method 

Removes the first occurrence of a specific Tab from the TabCollection.

[Visual Basic] Public Sub Remove( _
   ByVal tab As Tab _
)
[C#]
public void Remove(
   Tab tab
);

Parameters

tab
The Tab to remove from the TabCollection.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace