TabCollection.Add Method

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection.Add Method 

Adds a Tab to the end of the TabCollection.

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

Parameters

tab
The Tab to be added to the end of the TabCollection.

Return Value

The TabCollection index at which the Tab has been added.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace