Description
Toggles display of printable-only objects on the Pages main tab.
Uses the Ena_IsWindowActive function for enabler.
Uses the Chk_IsViewShowedPrintables function to display the tick mark in the menu.
Syntax
ViewShowPrintableOnly |
Code
<ShellCommand(CanExecute:="Ena_IsWindowActive", IsChecked:="Chk_IsViewShowedPrintables")> _
Public Sub ViewShowPrintableOnly()
Fred.ViewShowPrintableOnly(SwitchToggle)
End Sub
See also