| Visual Basic | |
|---|---|
Public Enum EdmMenuStrType Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmMenuStrType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmMenuStrType : public System.Enum | |
| Member | Description |
|---|---|
| MenuStr_MenuStr | 1 = The menu item string |
| MenuStr_StatusBar | 2 = The help string to show in the status bar |
| MenuStr_Tooltip | 3 = The ToolTip help string to show when the mouse cursor is over the command's toolbar button |