TImageEnMView.MouseInteract
Declaration
property MouseInteract: TIEMMouseInteract;
Description
Specifies the effect of mouse actions upon the component.
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
Default: [mmiSelect]
// Prevent user from selecting images
ImageEnMView1.MouseInteract := [];