Description
Zoom out for predefined increment. Increment is set in Fred Main Preferences dialog.
Syntax
Page.ViewZoomOut |
Remarks
Returns error code.
Example
<ShellCommand(CanExecute:="Ena_IsWindowActive")> _
Public Sub ViewZoomOut()
Page.ViewZoomOut()
End Sub
Context
Page designer
See also