ImageEn, unit iemview

TImageEnMView.MultiSelecting

TImageEnMView.MultiSelecting


Declaration

property MultiSelecting: Boolean;


Description

Set MultiSelecting to True to simulate a CTRL key press. It allows the user to select multiple images with mouse or arrow keys without pressing the CTRL key.

Note:
For programmatic selection of multiple images use BeginSelectImages
To allow multi-selection, the EnableMultiSelect property must be True


See Also

SelectedImage
MultiSelectionOptions
EnableMultiSelect