SOLIDWORKS PDM Professional API Help Send Feedback
CreateMenuFlags Enumeration
See Also  
EPDM.Interop.epdm Namespace : CreateMenuFlags Enumeration


Types of menu used in calls to IEdmVault5::CreatePluginMenu. Bitmask.

Syntax

Visual Basic 
Public Enum CreateMenuFlags 
   Inherits System.Enum
C# 
public enum CreateMenuFlags : System.Enum 
C++/CLI 
public enum class CreateMenuFlags : public System.Enum 

Members

MemberDescription
Cmf_AddMenuIcons32 = Adds toolbar button bitmaps to the menu
Cmf_AllItemsInSameFolder1 = All of the selected files and folders are located in the same parent folder
Cmf_ContextMenu8 = Context-sensitive menu; not a standard popup menu
Cmf_ContextMenuItem64 = Context-sensitive menu for an item
Cmf_ContextMenuItemFolder128 = Context-sensitive menu for an item folder
Cmf_DisableAddInReload16 = Prevent SOLIDWORKS PDM Professional from querying the database to check whether updates have been made to the number of installed add-ins; this can be used to optimize the execution when called several times in a row
Cmf_GrayOutInvalidItems4 = Disable menu items that are not currently applicable
Cmf_IncludeAdminReactors2 = Include the Administrate Add-ins command
Cmf_ItemToolsMenu256 = Tools > Item menu in the Item Explorer
Cmf_MenuBarAction512 = Actions menu in the File Explorer
Cmf_MenuBarDisplay2048 = Display menu in File Explorer
Cmf_MenuBarModify1024 = Modify menu in File Explorer
Cmf_MenuBarTools4096 = Tools menu in File Explorer

See Also