struct CEikMenuPaneItem::SData |
Struct to menu pane item.
Public Attributes | |
---|---|
TInt | iCascadeId |
TInt | iCommandId |
TBuf< 1 > | iExtraText |
TInt | iFlags |
TBuf< ENominalTextLength > | iText |
TInt | iCommandId |
ID of the command to issue when the menu item using this SData is selected.
TBuf< 1 > | iExtraText |
Additional descriptive text about the item. This is used by CEikMenuPane to display hotkey names.
TInt | iFlags |
Flags used internally by CEikMenuPane and accessible through functions such as CEikMenuPane::SetItemDimmed().
TBuf< ENominalTextLength > | iText |
The text buffer displayed in the main area of the menu item.