MenuLocation
The MenuLocation enumeration contains all context menu locations into which the custom commands can be added.
Name | Value | Description |
---|---|---|
MenuLocation_TopPaneMenu | 47 | TopPane Menu, typically used for the UI Extension applications. |
MenuLocation_ActivityContextMenu_1 | 48 | Menu location for the Activity view Context menu group 1. |
MenuLocation_ActivityContextMenu_2 | 49 | Menu location for the Activity view Context menu group 2. |
MenuLocation_ActivityContextMenu_3 | 50 | Menu location for the Activity view Context menu group 3. |
MenuLocation_ContextMenu_Open | 51 | Menu location for the context menu position for the open commands. |
MenuLocation_ContextMenu_Checkout | 52 | Menu location for the context menu position for the checkout commands. |
MenuLocation_ContextMenu_Share | 53 | Menu location for the context menu position for the share commands. |
MenuLocation_ContextMenu_ObjectOperations | 26 | Menu location for the position of object operations in the context menu. |
MenuLocation_ContextMenu_DocumentConversions | 41 | Menu location for the context menu position for document conversions. |
MenuLocation_ContextMenu_WorkflowActions | 54 | Menu location for the context menu position for the workflow action commands. |
MenuLocation_ContextMenu_Organize | 55 | Menu location for the context menu position for the organize commands. |
MenuLocation_ContextMenu_VersionControl | 56 | Menu location for the context menu position for the version control commands. |
MenuLocation_ContextMenu_Create | 57 | Menu location for the context menu position for the create commands. |
MenuLocation_ContextMenu_ViewOptions | 58 | Menu location for the context menu position for the view options commands. |
MenuLocation_ContextMenu_Group | 59 | Menu location for the context menu position for the grouping commands. |
MenuLocation_ContextMenu_DisplayOptions | 60 | Menu location for the context menu position for the display options commands. |
MenuLocation_ContextMenu_Edit | 37 | Menu location for the context menu position for Edit commands. |
MenuLocation_ContextMenu_Bottom | 43 | Menu location for the bottom of the context menu. |
MenuLocation_ContextMenu_More | 99 | Menu location for the context menu position for more commands. |
MenuLocation_TaskBar_First | 200 | Menu location for the first command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |
MenuLocation_TaskBar_MainActions | 210 | Menu location for the "Main Actions" command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |
MenuLocation_TaskBar_Assignments | 220 | Menu location for the "Assignments" command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |
MenuLocation_TaskBar_DocumentCollections | 230 | Menu location for the "Document Collections" command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |
MenuLocation_TaskBar_CheckIn | 240 | Menu location for the "Check In" command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |
MenuLocation_TaskBar_WorkflowStates | 250 | Menu location for the "Workflow States" command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |
MenuLocation_TaskBar_Last | 399 | Menu location for the last command group in the task bar. NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments. |