ViewShowFormatInfo Method

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

Description

Controls display of format labels.

Syntax

Page.ViewShowFormatInfo (int1)

int1        

0 = hide labels, 1 = show labels, 2 = toggle labels

Return value

Returns error code.

Example

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

  Public Sub ViewShowFormatInfo()

    Page.ViewShowFormatInfo(SwitchToggle)

  End Sub

Context

Page designer

See also

ViewShowTypeInfo Function

ViewShowInfo Function