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


Types of arguments sent to IEdmMenu5::GetString to specify which string to return.

Syntax

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

Members

MemberDescription
MenuStr_MenuStr1 = The menu item string
MenuStr_StatusBar2 = The help string to show in the status bar
MenuStr_Tooltip3 = The ToolTip help string to show when the mouse cursor is over the command's toolbar button

See Also