Description
Toggles display of horizontal guides on the Pages main tab.
Uses the Ena_IsWindowActive function for enabler.
Uses the Chk_IsViewShowedGridHor function to display the tick mark in the menu.
Syntax
ViewShowGuidesHor |
Code
<ShellCommand(CanExecute:="Ena_IsWindowActive", IsChecked:="Chk_IsViewShowedGridHor")> _
Public Sub ViewShowGuidesHor()
Page.ViewShowGuidesHor(SwitchToggle)
End Sub
See also