NContextMenuTool Class Members
In This Topic
The following tables list the members exposed by NContextMenuTool.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ContextMenuMouseButtonEvent | Gets or sets the mouse button event on which the context menu is shown. By default set to ENMouseButtonEvent.RightButtonUp. |
| ShowRichTextContextMenu | Gets/Sets whether to show the rich text context menu. By default set to true. |
Top
Public Methods
| Name | Description |
| OnMouseDown | Overridden. Processes the mouse down event. Overriden to perform click select, if it can be performed |
| OnMouseUp | Overridden. Processes the mouse down event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed. |
Top
See Also