Syntax
Magnifier [On]
Magnifier()
Remarks
The Magnifier statement changes the mouse pointer from the standard pointer to a pointer resembling a magnifying glass, or vice versa, in print preview. When the mouse pointer is a magnifying glass, the user can zoom in on a particular area of the page or zoom out to see an entire page or pages.
Argument | Explanation |
On | Specifies the mouse pointer to display in print preview: 0 (zero) Displays the standard pointer. 1 Displays the magnifying glass pointer. Omitted Toggles the mouse pointer. |
The Magnifier() function returns –1 if the mouse pointer is a magnifying glass and 0 (zero) if it is the standard pointer.
See Also
FilePrintPreview, ViewZoom