Location:
eikmenu.hrh
Supported from 6.0
Constants for the values that can be given to the
flags
field in a MENU_ITEM
resource struct. Combine
the values using a bitwise OR.
EEikMenuItemSeparatorAfter
If set, a menu item separator will appear after this menu item.
EEikMenuItemRadioStart
If set, this menu item will be a radio button. Marks the beginning of a group of radio buttons.
EEikMenuItemRadioMiddle
If set, this menu item will be a radio button, but not at the start or end of a group.
EEikMenuItemRadioEnd
If set, this menu item will be a radio button. Marks the end of a group of radio buttons.
EEikMenuItemSymbolOn
If set, a symbol will be displayed in this item if it is a check box or radio button.
EEikMenuItemSymbolIndeterminate
Indicates no symbol is to be displayed if this item is a check box or radio button.