ViewShowImg Script

Build 1501 on 14/Nov/2017  This topic last edited on: 30/Jan/2014, at 16:36

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

ViewShowDummy

ViewShowFormatInfo

ViewShowFrames

ViewShowGuides

ViewShowGuidesHor

ViewShowGuidesVer

ViewShowHotSpot

ViewShowImg

ViewShowInfo

ViewShowInvisiblesToggle

ViewShowNormal

ViewShowPreview

ViewShowPrintableOnly

ViewShowTypeInfo