Specifies whether multiple items can be selected in the component.
Declaration
componentObj.MultiSelect
Read-Write Property | Boolean |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The MultiSelect
property specifies whether the user can select multiple items in the component.
If MultiSelect
if False, then only one item can be selected at a time. Clicking an item selects it and deselects the previously selected item. If MultiSelect
is True, then multiple items can be selected at a time. Pressing Ctrl and clicking an item selects or deselects it preserving the selection state of other items.
Property Value
True, if multiple items can be selected in the component; False otherwise.
Remarks
To enable or disable range selection by Shift-click, use the ExtendedSelect
property.