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