ToolbarHeight

Applies to

Windows

Description

For MDI frame windows, the ToolbarHeight property specifies the height of the toolbar when it is a floating toolbar.

Usage

In a painter

To specify toolbar height:

  • Enter the desired height in the ToolbarHeight field on the Toolbar tab page in the window's Properties view.

In scripts

The ToolbarHeight property takes an integer value. The following line sets toolbar height for a window:

This.ToolbarHeight = 100