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