[
edit] Single Style List Boxes
| Class Name |
Item Example |
Item String |
| CAknSingleStyleListBox |
Text |
"/tText" |
| CAknSingleGraphicStyleListBox |
Text |
"0/tText" |
| CAknSingleNumberStyleListBox |
1 Text |
"1/tText" |
| CAknSingleHeadingStyleListBox |
Head Text |
"Head/tText" |
| CAknSingleGraphicHeadingStyleListBox |
Head Text |
"0/tHead/tText" |
| CAknSingleLargeStyleListBox |
Text |
"0/tText" |
| CAknSingleNumberHeadingStyleListBox |
1 Head Text |
"1/tHead/tText" |
[
edit] Double Style List Boxes
| Class Name |
Item Example |
Item String |
| CAknDoubleStyleListBox |
Head Label
-
Text
|
"/tHead Label/tText" |
| CAknDoubleStyle2ListBox |
Head Label
-
Text
|
"/tHead Label/tText" |
| CAknDoubleNumberStyleListBox |
|
"12/tHead Label/tText" |
| CAknDoubleTimeStyleListBox |
|
"14.00/tPM/tHead Label/tText" |
| CAknDoubleLargeStyleListBox |
|
"0/tHead Label/tText" |
List box with icons define icon number as a first part of the Item String. "0/tHead LabeL/tText" - here, the "0" denotes the icon to use, it is a position of an icon in the list box icon array.