Description
Toggles display of normal mode on the Pages main tab.
Uses the Ena_IsWindowActive function for enabler.
Uses the Chk_IsViewShowedNormal function to display the tick mark in the menu.
Syntax
ViewShowNormal |
Code
<ShellCommand(CanExecute:="Ena_IsWindowActive", isChecked:="Chk_IsViewShowedNormal")> _
Public Sub ViewShowNormal()
Page.ViewShowInfo(SwitchOff)
Page.ViewShowImg(SwitchOn)
SwitchOnAllInvisibles()
If Chk_IsViewShowedFrames() And Chk_IsViewShowedGridVer() And Chk_IsViewShowedPrintables() Then
'a
Dim a = 1
Else
'b
Dim a = 2
End If
End Sub
See also