KaxTreeViewContextMenuCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxTreeViewContextMenuCollection type exposes the following members.
Name | Description | |
---|---|---|
KaxTreeViewContextMenuCollection |
Initializes a new instance of the KaxTreeViewContextMenuCollection class for the specified KaxTreeView.
|
Name | Description | |
---|---|---|
Add |
Adds the specified KaxTreeViewContextMenu object to the collection
| |
AddRange | Appends the specified array of KaxTreeViewContextMenu objects to the end of the
current KaxTreeViewContextMenuCollection.
| |
Contains |
Determines whether the specified KaxTreeViewContextMenu is in the parent
KaxTreeView's KaxTreeViewContextMenuCollection object.
| |
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.
| |
IndexOf |
Retrieves the index of a specified KaxTreeViewContextMenu object in the collection.
| |
Insert |
Inserts the specified KaxTreeViewContextMenu object
to the collection at the specified index location.
| |
Remove |
Removes the specified KaxTreeViewContextMenu
from the parent KaxTreeView's KaxTreeViewContextMenuCollection
object.
| |
RemoveAt |
Removes a child KaxTreeViewContextMenu, at the
specified index location, from the KaxTreeViewContextMenuCollection
object.
|
Name | Description | |
---|---|---|
Item |
Gets a reference to the KaxTreeViewContextMenu at the specified index location in the
KaxTreeViewContextMenuCollection object.
|