Declaration
TIEMMouseInteract = set of (mmiScroll, mmiSelect);
Description
Value | Description |
mmiScroll | Dragging the mouse will scroll the images |
mmiSelect | Clicking the mouse will select images |
Dragging to select images:
Note: mmiScroll is not recommended if
EnableMultiSelect=True, because it can interfere with drag selection
// Prevent user from selecting images
ImageEnMView1.MouseInteract := [];