Menu Item State Flags

MFS_CHECKED
- Checks the menu item.
MFS_ENABLED - Enables the menu item so that it can be selected. This is the default state.
MFS_HILITE - Highlights the menu item.
MFS_UNCHECKED - Unchecks the menu item.
MFS_UNHILITE - Removes the highlight from the menu item. This is the default state.

Return to help index