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