ViewShowInfo Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:17

Description

Controls display of text information or justified text inside frames in the current page.

Syntax

Page.ViewShowInfo (int1)

int1

0 = show justified text, 1 = show information, 2 = toggle show information

Remarks

Returns error code.

Example

  <ShellCommand(CanExecute:="Ena_IsWindowActive", IsChecked:="Chk_IsViewShowedInfo")> _

  Public Sub ViewShowInfo()

    Page.ViewShowInfo(SwitchToggle)

    Page.ViewShowImg(SwitchToggle)

  End Sub

Context

Page designer

See also

ViewShowTypeInfo Function

ViewShowFormatInfo Function