C++
void SetMultiSelectAllowed( BOOL allow );
Description
Sets the multiple-selection-allowed flag for the list control. If the flag is set to true, the user can select more than one item from the list.
Parameters
Parameters | Description |
---|---|
allow | True if multiple selections are allowed; false if they are not allowed |