Name | Description | |
---|---|---|
NDrawingContextMenu Constructor | Default constructor. |
The following tables list the members exposed by NDrawingContextMenu.
Name | Description | |
---|---|---|
NDrawingContextMenu Constructor | Default constructor. |
Name | Description | |
---|---|---|
NDrawingContextMenuSchema | Schema associated with NDrawingContextMenu. | |
ShowGuidelineMenuProperty | Reference to the ShowGuidelineMenu property. | |
ShowMiniToolBarProperty | Reference to the ShowMiniToolBar property. | |
ShowPageMenuProperty | Reference to the ShowPageMenu property. | |
ShowShapeMenuProperty | Reference to the ShowShapeMenu property. |
Name | Description | |
---|---|---|
OwnerDrawingView | Gets the drawing view to which this factory belongs. | |
ShowGuidelineMenu | Gets/Sets whether guideline context menu should be displayed. | |
ShowMiniToolBar | Gets/Sets whether the mini toolbar should be displayed. | |
ShowPageMenu | Gets/Sets whether shape context menu should be displayed. | |
ShowShapeMenu | Gets/Sets whether shape context menu should be displayed. |
Name | Description | |
---|---|---|
ShowContextMenu | Overridden. Shows a context menu for the specified element at the specified screen position. |
Name | Description | |
---|---|---|
BuildContextMenu | Builds the context menu | |
CanShowContextMenu | Overridden. Determines whether the context menu can be shown for the specified element. | |
CanShowMiniToolBar | Determines whether the mini toolbar can be shown for the specified element. | |
CreateContextWidget | Overridden. Overriden to create the context widget for the specified element | |
CreateCustomCommands | When overriden in a derived class, creates custom context menu commands. The default implementation does not create any custom commands. | |
CreateEditCommands | Creates the edit commands - Cut/Copy/Paste/Delete. | |
CreateElementSpecificCommands | Creates the menu items specific for the given element. The default implementation checks whether the element implements the Nevron.Nov.Internal.GtxC interface and if it does, calls its Nevron.Nov.Internal.GtxC.AppendContextMenuItems method. | |
CreateMiniToolBar | Creates the mini toolbar. | |
CreateSelectCommands | Creates the Select menu item. | |
CreateViewCommands | Creates the View menu item that contains Show, Zoom and Snap commands. | |
lpfj |