ListWidget::GetListFlags
Defined in:
Returns the list flags.
C4Widgets.h
Prototype
uint32 GetListFlags(void) const;
Description
The GetListFlags
function returns 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