Click or drag to resize
KaxToolBarButtonCollectionInsert Method
Inserts the specified KaxToolBarButton object in the current KaxToolBarButtonCollection 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,
	KaxToolBarButton button
)

Parameters

index
Type: SystemInt32
The zero-based index location at which to insert the KaxToolBarButton.
button
Type: Kettic.AspNet.ControlsKaxToolBarButton
The KaxToolBarButton to insert.
See Also