__VSMEINIT Enum

Definition

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

MD_ACCELSUPPORT 1

Supports Accl.

MD_BOLDSUPPORT 4

Supports bold formatting.

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_COMMANDIDSUPPORT 32

Means no Control names. Like VC.

MD_CONTEXTMENU 8

Supports a context menu.

MD_EDITIDSNOTEDITNAMES 1024

Menu item "Edit Names" is displayed as "Edit ID's."

MD_NAMELIMIT 2048

Use the MEINIT dwNameLimit field.

MD_NOPROPERTIESSUPPORT 128

Does not support the Properties command.

MD_NOUNDOSUPPORT 4096

Does not store undo information, even if passed an undo manager.

MD_RADIOCHECKSUPPORT 16

Supports radio check boxes

MD_RIGHTJUSTIFYSUPPORT 32768

Supports the right justification of menu bar items (moves all to the right of the bar).

MD_TEXTLIMIT 256

Uses the MEINIT dwTextLimit field.

MD_TOPLEVELSEPSUPPORT 512

Enables separators on the top-level menu.

MD_VIEWCODESUPPORT 64

Supports the ViewCode command.

MD_VISIBLESUPPORT 2

Supports visible controls.

Remarks

The VSMEINIT enumerations is a member of the __VSMEINIT structure, which is a parameter of CreateMenuEditor.

COM Signature

From vsshell.idl:

Applies to