NContextMenu Class Members
In This Topic
The following tables list the members exposed by NContextMenu.
Public Constructors
Public Properties
| Name | Description |
 | Commands | Gets the NCommandCollection for the NContextMenu. |
 | EnableSkinning | Gets/sets a value indicating whether the skinning logic may be applied on the menu. |
 | ImageList | Gets/sets the ImageList for the command parent. |
 | MenuOptions | Gets/sets the customization options for the context menu. |
 | Palette | Gets/sets the NPalette used to render the NContextMenu. |
 | PaletteInheritance | Gets/sets a value which Palette value will be applied on a higher level Palette change. |
Top
Protected Properties
| Name | Description |
 | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
 | Events | (Inherited from System.ComponentModel.Component) |
Top
Public Methods
Public Events
| Name | Description |
 | Closed | Raised when the context menu is closed |
 | CommandClick | Raised when a command hosted by the NContextMenu is clicked. |
 | Showing | Raised when the context menu is about to be displayed |
Top
See Also