Click or drag to resize
KaxTreeViewContextMenuCollectionIndexOf Method
Retrieves the index of a specified KaxTreeViewContextMenu object in the collection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	KaxTreeViewContextMenu target
)

Parameters

target
Type: Kettic.AspNet.ControlsKaxTreeViewContextMenu
The KaxTreeViewContextMenu for which the index is returned.

Return Value

Type: Int32
The index of the specified KaxTreeViewContextMenu instance. If the KaxTreeViewContextMenu is not currently a member of the collection, it returns -1.
See Also