Inserts a tab object at specified position.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Insert(
	int index,
	C1Tab tab
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	tab As C1Tab _
)

Parameters

index
Type: System..::..Int32
The position to insert.
tab
Type: C1.Web.UI.Controls.C1TabStrip..::..C1Tab
The C1Tab object to insert.

See Also