Windows
In an MDI frame window, Alignment specifies where the toolbar displays.
To specify the toolbar alignment:
Select the desired alignment type from the ToolbarAlignment drop-down list on the Toolbar tab page of the window’s Properties view.
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!