RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButton.Down Property

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

Pascal
property Down: Boolean;
C++
__property Boolean Down;

Read Down to determine whether a tool button is selected. Setting Down to true at design time causes the button to be initially selected. 

Tool buttons can remain Down only if Style is tbsCheck. 

 

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