Status of the menu item. The values of this enumeration should be used as flags.
None | The item is not displayed. This is the default value and represents the absence of flags. |
Normal | The item is displayed normally. |
Disabled | The item is disabled and is not be selectable by the user. |
Checked | The item is displayed with a checkmark. |
Hidden | The item is not displayed. This flag can be used with other flags. |