Click or drag to resize
KaxTreeViewContextMenuCollectionInsert Method
Inserts the specified KaxTreeViewContextMenu object to the collection 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,
	KaxTreeViewContextMenu target
)

Parameters

index
Type: SystemInt32
The location in the array at which to add the KaxTreeViewContextMenu instance.
target
Type: Kettic.AspNet.ControlsKaxTreeViewContextMenu
The KaxTreeViewContextMenu to add to the collection
See Also