Vcl.ComCtrls.TUpDown.AlignButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlignButton;

C++

__property AlignButton = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TUpDown

Description

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

Vcl.ComCtrls.TUpDown.AlignButton inherits from Vcl.ComCtrls.TCustomUpDown.AlignButton. All content below this line refers to Vcl.ComCtrls.TCustomUpDown.AlignButton.

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

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.

See Also