| << Click to display table of contents >> TCustomRVPrintPreview.ClickMode | 
Defines the action occurring when the user clicks the preview.
property ClickMode: TRVClickMode;
type
TRVClickMode = (rvcmNone, rvcmSwitchZoom);
(introduced in v1.8)
| Click Mode | Meaning | 
|---|---|
| rvcmNone | Clicking does nothing, zoom-in and zoom-out cursors are not used. | 
| rvcmSwitchZoom | Clicking switches between 100% and custom zoom. | 
Default value:
rvcmSwitchZoom