Style types for CreateMenuItem

DEF ENUM enumeration name KCML_MENUSTYLE_ENUM

Enumeration ValueValueDescription
_MENUSTYLE_GRAYED0x1Grayed item
_MENUSTYLE_CHECKABLE0x8Selecting the item will toggle a check mark
_MENUSTYLE_DEFAULT0x1000Default item
_MENUSTYLE_FIRSTTOOL0x40000000Item appears first in a toolbar
_MENUSTYLE_CLOSES0x20000000Clicking this item causes the form to be closed
_MENUSTYLE_SPLITBUTTON0x10000000Drop down toolbar button for this item will have a split style

Back to the list of Enumerations and Constants