EMultipleSelection |
Construction flag for a list box from which the user can select multiple items. |
ENoExtendedSelection |
Construction flag for disabling extended selection.
If this is set the user cannot select multiple items by using SHIFT button. |
EIncrementalMatching |
Construction flag that sets the list box to match user’s keystrokes incrementally. |
EPopout |
Construction flag for setting the list box as a pop-out list box.
Pop-out list boxes handle certain keystrokes and events differently. |
ELeftDownInViewRect |
Construction flag that enables the indication of pointer press inside the view of the list box. |
EItemDoubleClicked |
Construction flag for enabling CEiklist box item double click indication. |
EKeepModel |
Construction flag for removing the ownership of the supplied list box model from the CEikListBox so that the list box model will not be deleted with the CEikListBoxes destruction. |
EScrollBarSizeExcluded |
Construction flag for excluding the scroll bar.
If the flag is set the scroll bas is drawn ouside the window that describes the scroll bars extent. |
EStateChanged |
Construction flag for enabling CEikListBox change indication. |
ECreateOwnWindow |
Construction flag that indicates that the list box should be created to its own window. |
ENoFirstLetterMatching |
Construction flag for disabling key matching. |
EPaintedSelection |
Construction flag for enabling painting of selected items. |
ES60StyleMultiselection |
Construction flag for enabling S60 style selection of multiple items from the list box. |
ES60StyleMarkable |
Construction flag for enabling S60 style markable items. |