RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBar.Vertical Property

Determines whether the bands are arranged vertically or horizontally.

Pascal
property Vertical: Boolean;
C++
__property Boolean Vertical;

If Vertical is false (the default), the bands in the TCoolBar are oriented horizontally, from left to right and top to bottom. If Vertical is true, the bands are oriented vertically, from top to bottom and left to right. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!