Applies to
Windows
Description
For MDI frame windows, the ToolbarWidth property specifies the width of the toolbar when it is a floating toolbar.
Usage
In a painter
To specify toolbar width:
-
Enter the desired width in the ToolbarWidth field on the Toolbar tab page in the window's Properties view.
In scripts
The ToolbarWidth property takes an integer value. The following line sets toolbar width for a window:
This.ToolbarWidth = 500