Name | Description | |
---|---|---|
![]() | NContextMenuTool Constructor | Default constructor |
The following tables list the members exposed by NContextMenuTool.
Name | Description | |
---|---|---|
![]() | NContextMenuTool Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | ContextMenuMouseButtonEventProperty | Reference to the ContextMenuMouseButtonEventProperty property. |
![]() ![]() | NContextMenuToolSchema | Schema associated with NContextMenuTool. |
![]() ![]() | ShowRichTextContextMenuProperty | Reference to the ShowRichTextContextMenu property. |
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. |
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. |
Name | Description | |
---|---|---|
![]() | CanShowContextMenu | Determines whether context menu can be shown in response to the specified mouse event. |
![]() | DetermineContextItem | Determines the diagram item for which a context menu must be show. |
![]() | ShowContextMenu | Shows the context menu. |