Specifies whether the component allows the range selection by Shift-click.
Declaration
componentObj.ExtendedSelect
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 ExtendedSelect
property specifies whether the user can select sequential item ranges in the component.
If ExtendedSelect
is True, then pressing Shift and clicking an item or pressing Shift and using arrow keys selects a range of items from the previously selected item to the current one.
If ExtendedSelect
is False, the range selection using Shift-click is not possible. It is still possible to select multiple items using Ctrl-click.
Property Value
True, if the range selection by a Shift-click is enabled; False otherwise.
Remarks
This property has effect only if the MultiSelect
property is True.