ToolbarVisible

Applies to

Windows

Description

For MDI frame windows, ToolbarVisible specifies whether the toolbar is displayed.

Usage


In a painter

StepsTo make the toolbar visible:

  1. Select the ToolbarVisible check box on the Toolbar tab page of the window’s Properties view.


In scripts

The ToolbarVisible property takes a boolean value.

The following line specifies that the toolbar for a window displays.

This.ToolbarVisible = TRUE