Description
Controls display of type labels. The type info box of frames is displayed only if both ViewShowFrames and ViewShowTypeInfo are on.
Syntax
Page.ViewShowTypeInfo (int1) |
int1
0 = hide labels, 1 = show labels, 2 = toggle labels
Remarks
Returns error code.
Example
<ShellCommand(CanExecute:="Ena_IsWindowActive", IsChecked:="Chk_IsViewShowedType")> _
Public Sub ViewShowTypeInfo()
Page.ViewShowTypeInfo(SwitchToggle)
End Sub
Context
Page designer
See also