Vcl.ActnCtrls.TCustomButtonControl.Down

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Down: Boolean read FDown write SetDown;

C++

__property bool Down = {read=FDown, write=SetDown, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Indicated whether the button is down (selected) or up (unselected).

Use Down to determine whether the button is down or not. This property can also be used to change the state of the button by changing its value. This property works the same as the Down properties in TSpeedButton and TToolButton.

See Also