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