RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpDown.Orientation Property

Specifies the direction that the arrow keys point.

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

Use Orientation to determine the orientation of the arrow buttons. These are the possible values:

Value 
Meaning 
udHorizontal  
The arrow buttons point to the left and right, and appear side by side.  
udVertical  
The arrow buttons point up and down and are stacked vertically.  

Note: Even when the Orientation is udHorizontal, the up-down control can respond only to the Up and Down arrow keys.
 

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