NContextMenuTool Class Members
The following tables list the members exposed by NContextMenuTool.
| Name | Description |
 | MouseButtonEvent | Gets or sets the mouse button event on which the context menu is shown. By default set to ENMouseButtonEvent.RightButtonUp. |
Top
| 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