MultiSelect: Boolean;
The MultiSelect property determines whether multiple elements are selected 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 a single element (row) is selected in a list and another list element (row) is selected by the user while holding down the SHIFT key, all the elements (rows) between the two selected elements are also selected.
If a single element (row) is selected in a list and another list element (row) is selected by the user while holding down the CTRL key, only these two elements are selected.
See also: