ViewShowFrames Method

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

Description

Controls display of frames in the current page.

Syntax

Page.ViewShowFrames (int1)

int1

0 = show , 1 = hide, 2 = toggle

Remarks

Returns error code.

Example

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

  Public Sub ViewShowFrames()

    Page.ViewShowFrames(SwitchToggle)

  End Sub

Context

Page designer