ToolbarAlignment

Applies to

Windows

Description

In an MDI frame window, Alignment specifies where the toolbar displays.

Usage


In a painter

StepsTo specify the toolbar alignment:

  1. Select the desired alignment type from the ToolbarAlignment drop-down list on the Toolbar tab page of the window’s Properties view.


In scripts

The ToolbarAlignment property takes a value of the ToolbarAlignment enumerated datatype.

The following line specifies how the toolbar for window w_1 is aligned in the toolbar dock:

This.ToolbarAlignment = AlignAtRight!