Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: eikmenu.hrh

MENU_ITEM flags

Support

Supported from 6.0

Description

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.


Constants


EEikMenuItemDimmed

EEikMenuItemDimmed

Description

If set, this menu item will be dimmed by default.


EEikMenuItemSeparatorAfter

EEikMenuItemSeparatorAfter

Description

If set, a menu item separator will appear after this menu item.


EEikMenuItemCheckBox

EEikMenuItemCheckBox

Description

If set, this menu item will be a check box item.


EEikMenuItemRadioStart

EEikMenuItemRadioStart

Description

If set, this menu item will be a radio button. Marks the beginning of a group of radio buttons.


EEikMenuItemRadioMiddle

EEikMenuItemRadioMiddle

Description

If set, this menu item will be a radio button, but not at the start or end of a group.


EEikMenuItemRadioEnd

EEikMenuItemRadioEnd

Description

If set, this menu item will be a radio button. Marks the end of a group of radio buttons.


EEikMenuItemSymbolOn

EEikMenuItemSymbolOn

Description

If set, a symbol will be displayed in this item if it is a check box or radio button.


EEikMenuItemSymbolIndeterminate

EEikMenuItemSymbolIndeterminate

Description

Indicates no symbol is to be displayed if this item is a check box or radio button.