Click or drag to resize
KaxTreeViewContextMenuCollectionRemove Method
Removes the specified KaxTreeViewContextMenu from the parent KaxTreeView's KaxTreeViewContextMenuCollection object.

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 Remove(
	KaxTreeViewContextMenu target
)

Parameters

target
Type: Kettic.AspNet.ControlsKaxTreeViewContextMenu
The KaxTreeViewContextMenu to be removed
Remarks
To remove a control from an index location, use the RemoveAt method.
See Also