Adds existing custom command to the specified context menu location.
Visual Basic |
---|
Public Sub AddCustomCommandToMenu( _ ByVal customCommand As Long, _ ByVal location As MenuLocation, _ ByVal orderPriority As Long _ ) |
Value | Description |
---|---|
MenuLocation_ContextMenu_AfterWindowsCommands | |
MenuLocation_ContextMenu_BeforeProperties | |
MenuLocation_ContextMenu_BeforeWindowsCommands | |
MenuLocation_ContextMenu_Bottom | |
MenuLocation_ContextMenu_CollectionMembersSpecific | |
MenuLocation_ContextMenu_DefaultCommand | |
MenuLocation_ContextMenu_Deletion | |
MenuLocation_ContextMenu_DocumentConversions | |
MenuLocation_ContextMenu_Edit | |
MenuLocation_ContextMenu_FileCreation | |
MenuLocation_ContextMenu_FolderSpecific | |
MenuLocation_ContextMenu_HistorySpecific | |
MenuLocation_ContextMenu_Misc1_Bottom | |
MenuLocation_ContextMenu_Misc1_Middle | |
MenuLocation_ContextMenu_Misc1_Top | |
MenuLocation_ContextMenu_Misc2_Bottom | |
MenuLocation_ContextMenu_Misc2_Middle | |
MenuLocation_ContextMenu_Misc2_Top | |
MenuLocation_ContextMenu_ObjectCreation | |
MenuLocation_ContextMenu_ObjectOperations | |
MenuLocation_ContextMenu_PropertyFolder | Available in M-Files 10.0.3911.3 and newer. |
MenuLocation_ContextMenu_RelationshipsSpecific | |
MenuLocation_ContextMenu_SingleFolderSpecific | |
MenuLocation_ContextMenu_Top | |
MenuLocation_ContextMenu_ViewVisibility |