Click or drag to resize
KaxTreeViewContextMenuCollection Class
Provides a collection container that enables KaxTreeView to maintain a list of its KaxTreeViewContextMenus.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsKaxTreeViewContextMenuCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTreeViewContextMenuCollection : StateManagedCollection

The KaxTreeViewContextMenuCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxTreeViewContextMenuCollection
Initializes a new instance of the KaxTreeViewContextMenuCollection class for the specified KaxTreeView.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified KaxTreeViewContextMenu object to the collection
Public methodAddRange
Appends the specified array of KaxTreeViewContextMenu objects to the end of the current KaxTreeViewContextMenuCollection.
Public methodContains
Determines whether the specified KaxTreeViewContextMenu is in the parent KaxTreeView's KaxTreeViewContextMenuCollection object.
Public methodCopyTo
Copies the KaxTreeViewContextMenu instances stored in the KaxTreeViewContextMenuCollection object to an System.Array object, beginning at the specified index location in the System.Array.
Public methodIndexOf
Retrieves the index of a specified KaxTreeViewContextMenu object in the collection.
Public methodInsert
Inserts the specified KaxTreeViewContextMenu object to the collection at the specified index location.
Public methodRemove
Removes the specified KaxTreeViewContextMenu from the parent KaxTreeView's KaxTreeViewContextMenuCollection object.
Public methodRemoveAt
Removes a child KaxTreeViewContextMenu, at the specified index location, from the KaxTreeViewContextMenuCollection object.
Top
Properties
  NameDescription
Public propertyItem
Gets a reference to the KaxTreeViewContextMenu at the specified index location in the KaxTreeViewContextMenuCollection object.
Top
See Also