TabCollection.Insert Method

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection.Insert Method 

Inserts a Tab into the TabCollection at the specified index.

[Visual Basic] Public Sub Insert( _
   ByVal index As Integer, _
   ByVal tab As Tab _
)
[C#]
public void Insert(
   int index,
   Tab tab
);

Parameters

index
The zero-based index at which Tab should be inserted.
tab
The Tab to insert.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace