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