MultiSelect: Boolean;
The MultiSelect property determines whether elements multiple selection is executed in the list.
The property is outdated, use IDimensionViewer.SelectionMode.
If the property is set to True, by pressing the Shift or CTRL keys it is possible to select multiple elements in a list:
If any single element (row) is selected in a list and another list element (row) is selected by user while holding down the Shift key, then all the elements (rows) between the two selected elements also become selected.
If any single element (row) is selected in a list and another list element (row) is selected by user while holding down the Ctrl key, then only these two elements become selected.
See also: