TCustomRVPrintPreview.ZoomOutCursor

<< Click to display table of contents >>

TCustomRVPrintPreview.ZoomOutCursor

Cursor appeared when the current scale>100%, or the current scale=100% switched from the scale<100%

property ZoomOutCursor: TCursor;

If ZoomPercent<>100%, clicking on component changes ZoomPercent to 100%.

If ZoomPercent=100%, clicking on component changes ZoomPercent to previous scale.

Default value:

ZoomOutCursor crRVZoomOut (103)

(this cursor is registered automatically)

See also properties:

ZoomInCursor;

ZoomPercent.

See also:

RichView cursors.