Description: | Defines the selection mode in the list box part for the control. | ||||
Used in control(s): | FileList | ListBox | ListView | ||
Values (with constants): | |||||
ListView | True:Multiple items can be selected.(POW-TRUE) False:Multiple items cannot be selected.(POW-FALSE) | ||||
FileList, ListBox | 0 - Single select:(POW-MULTISELECT-NONE) 1 - Multiple select:(POW-MULTISELECT-SIMPLE) 2 - Extended select: (POW-MULTISELECT-EXTENDED) | ||||
Default value: | |||||
ListView | False:Multiple items cannot be selected.(POW-FALSE) | ||||
FileList, ListBox | 0 - Single select: (POW-MULTISELECT-NONE) | ||||
COBOL PICTURE | S9(4) COMP-5 | ||||
OLE data type | |||||
ListView | VT_BOOL | ||||
FileList, ListBox | VT_I2 | ||||
Design time access: | Set and reference. | ||||
Execution time access: | |||||
ListView | Set and reference. | ||||
FileList, ListBox | Reference only. | ||||
Backward compatibility attribute: | None. |