__VSMEINIT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies initialization parameters for the Menu Editor.
public enum class __VSMEINIT
public enum class __VSMEINIT
enum __VSMEINIT
public enum __VSMEINIT
type __VSMEINIT =
Public Enum __VSMEINIT
- Inheritance
-
__VSMEINIT
Fields
Name | Value | Description |
---|---|---|
MD_ACCELSUPPORT | 1 | Supports Accl. |
MD_VISIBLESUPPORT | 2 | Supports visible controls. |
MD_BOLDSUPPORT | 4 | Supports bold formatting. |
MD_CONTEXTMENU | 8 | Supports a context menu. |
MD_RADIOCHECKSUPPORT | 16 | Supports radio check boxes |
MD_COMMANDIDSUPPORT | 32 | Means no Control names. Like VC. |
MD_VIEWCODESUPPORT | 64 | Supports the ViewCode command. |
MD_NOPROPERTIESSUPPORT | 128 | Does not support the Properties command. |
MD_TEXTLIMIT | 256 | Uses the MEINIT |
MD_TOPLEVELSEPSUPPORT | 512 | Enables separators on the top-level menu. |
MD_EDITIDSNOTEDITNAMES | 1024 | Menu item "Edit Names" is displayed as "Edit ID's." |
MD_NAMELIMIT | 2048 | Use the MEINIT |
MD_NOUNDOSUPPORT | 4096 | Does not store undo information, even if passed an undo manager. |
MD_BOTTOMDOCKED | 8192 | This menu should dock on the bottom, and pop-up windows should cascade upward. |
MD_BREAKSUPPORT | 16384 | Supports the break and barbreak flags on menu items. |
MD_RIGHTJUSTIFYSUPPORT | 32768 | Supports the right justification of menu bar items (moves all to the right of the bar). |
Remarks
The VSMEINIT
enumerations is a member of the __VSMEINIT structure, which is a parameter of CreateMenuEditor.
COM Signature
From vsshell.idl: