ToolbarVisible

Applies to

Windows

Description

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

Usage

The ToolbarVisible property overrides the ToolbarItemVisible property for individual toolbar items.

In a painter

To make the toolbar visible:

  • 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