ListWidget::SetListFlags
Defined in:
Sets the list flags.
C4Widgets.h
Prototype
void SetListFlags(uint32 flags);
Parameters
flags |
The new list flags. See below for possible values. |
Description
The SetListFlags
function sets the list flags, which can be a combination (through logical OR) of the following constants.
kListMultipleSelection |
Allow multiple items to be selected in a list simultaneously. |
kListFocusPlain |
The appearance of the list is not augmented when it has the focus. |
kListItemsEnabled |
The items in the list are left enabled to allow user interaction. |
ListWidget
object is created is 0.
See Also