Click or drag to resize
KaxTabCollectionInsert Method
Inserts the specified KaxTab object in the current KaxTabCollection at the specified index location.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Insert(
	int index,
	KaxTab tab
)

Parameters

index
Type: SystemInt32
The zero-based index location at which to insert the KaxTab.
tab
Type: Kettic.AspNet.ControlsKaxTab
The KaxTab to insert.
See Also