Type of selection list
| Enumerator | Value | Description |
|---|---|---|
| ESelectTypeMultiple | Multiple select - Display a checkbox. | |
| ESelectTypeSingle | Single select - Display a radio button. | |
| ESelectTypeNone | Single select - Do not display any button. | |
| ESelectTypeOkOnly |
No buttons (single selection only) OK softkey is available Cancel button is not available | |
| ESelectTypeWithFindPane | 0x100 |
Added enumeration ESelectTypeWithFindPane at offset of 0x100 so that the limit of different types of dialog boxes can be upto 256. Any user who wants a list with find pane must "|" with a defined type above like ESelectTypeNone | ESelectTypeWithFindPane to obtain a list box with find pane. |
Defines the type of image if it cannot be recognized by the Symbian image conversion library.
| Enumerator | Value | Description |
|---|---|---|
| EImageTypeAny | Automatically recognized by the image converter. | |
| EImageTypeWbmp | Wireless Bitmap (WBMP) image. | |
| EImageTypeOta | Over The Air (OTA) image. |