[]
Defines static readonly objects that are assigned to the Tag property of built-in context menu items and can be used in user code to identify those items.
public static class ContextMenuTags
Public Module ContextMenuTags
| Name | Description |
|---|---|
| Copy | Identifies copy menu item. |
| DeselectAll | Identifies deselect all menu item. |
| Find | Identifies find menu item. |
| HandTool | Identifies hand tool menu item. |
Identifies print menu item. |
|
| SelectAll | Identifies select all menu item. |
| SelectTool | Identifies text select tool menu item. |
| ZoomIn | Identifies zoom in menu item. |
| ZoomOut | Identifies zoom out menu item. |
| ZoomTool | Identifies zoom tool menu item. |