RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBar.Align Property

Determines the alignment of the TCoolBar component.

Pascal
property Align: TAlign;
C++
__property TAlign Align;

Use Align to align the CoolBar to the top, bottom, left, or right of a form or panel and have it remain there even if the size of the form, panel, or component that contains the cool bar changes. 

Setting Align to alLeft or alRight automatically sets Vertical to true (causing bands to be arranged vertically). Setting Align to alTop, alBottom, alClient, or alNone automatically sets Vertical to false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!