Click or drag to resize
KaxTreeViewContextMenuCollection Methods

The KaxTreeViewContextMenuCollection type exposes the following members.

Methods
  Name Description
Public method Add
Adds the specified KaxTreeViewContextMenu object to the collection
Public method AddRange
Appends the specified array of KaxTreeViewContextMenu objects to the end of the current KaxTreeViewContextMenuCollection.
Public method Contains
Determines whether the specified KaxTreeViewContextMenu is in the parent KaxTreeView's KaxTreeViewContextMenuCollection object.
Public method CopyTo
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 method IndexOf
Retrieves the index of a specified KaxTreeViewContextMenu object in the collection.
Public method Insert
Inserts the specified KaxTreeViewContextMenu object to the collection at the specified index location.
Public method Remove
Removes the specified KaxTreeViewContextMenu from the parent KaxTreeView's KaxTreeViewContextMenuCollection object.
Public method RemoveAt
Removes a child KaxTreeViewContextMenu, at the specified index location, from the KaxTreeViewContextMenuCollection object.
Top
See Also