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