Click or drag to resize
KaxTrackBarItemCollectionInsert Method
Inserts the specified KaxTrackBarItem object in the current KaxTrackBarItemCollection 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 virtual void Insert(
	int index,
	KaxTrackBarItem item
)

Parameters

index
Type: SystemInt32
The zero-based index location at which to insert the KaxTrackBarItem.
item
Type: Kettic.AspNet.ControlsKaxTrackBarItem
The KaxTrackBarItem to insert.
See Also