RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.Orientation Property

Specifies how the action band lays out its child items.

Pascal
property Orientation: TBarOrientation;
C++
__property TBarOrientation Orientation;

The possible values of Orientation are:

Value 
Meaning 
boLeftToRight  
Items are rendered in rows, from left to right.  
boRightToLeft  
Items are rendered in rows, from right to left.  
boTopToBottom  
Items are rendered in columns, from top to bottom.  
boBottomToTop  
Items are rendered in columns, from bottom to top.  

 

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