Click or drag to resize
Xcalibur Systems LLC Logo

MenuItemStates Enumeration

Menu Item States.

MENUITEMINFO structure


Namespace: Xcalibur.NativeMethods.V2.Menus
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum MenuItemStates
Members
Member nameValueDescription
Enabled0 Enables the menu item so that it can be selected. This is the default state.
UnChecked0 Unchecks the menu item. For more information about clear menu items, see the member.
UnHiLite0 Removes the highlight from the menu item. This is the default state.
Disabled3 Disables the menu item and grays it so that it cannot be selected. This is equivalent to .
Grayed3 Disables the menu item and grays it so that it cannot be selected. This is equivalent to .
Checked8 Checks the menu item. For more information about selected menu items, see the member.
HiLite128 Highlights the menu item.
Default4,096 Specifies that the menu item is the default. A menu can contain only one default menu item, which is displayed in bold.
See Also