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