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