Click or drag to resize
KaxTreeViewContextMenuCollectionContains Method
Determines whether the specified KaxTreeViewContextMenu is in 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 bool Contains(
	KaxTreeViewContextMenu target
)

Parameters

target
Type: Kettic.AspNet.ControlsKaxTreeViewContextMenu
The KaxTreeViewContextMenu to search for in the collection

Return Value

Type: Boolean
true if the specified KaxTreeViewContextMenu exists in the collection; otherwise, false.
See Also