RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomUpDown.AlignButton Property

Specifies the position of the up-down control relative to its companion control.

Pascal
property AlignButton: TUDAlignButton;
C++
__property TUDAlignButton AlignButton;

Set AlignButton to indicate where to position the up-down control. The up-down control appears attached to the outer edge of the control specified by the Associate property. These are the possible values:

Value 
Meaning 
udLeft  
Position the up-down control on the left edge of the companion control.  
udRight  
Position the up-down control on the right edge of the companion control.  

The up-down control resizes itself to the height of the companion control. 

 

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