captionbutton Down property
Return to Introduction  Previous page  Next page
Applies to
acCaptionButton component and other components that uses TacCustomCaptionButton as ancestor class - acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost, acFormRoller.  

Declaration
property Down: Boolean;  

Description
The Down property controls whether the button is actually pressed (if True) or unpressed (False).  
 
However, if CaptionButton does not allow pressing, you will unable to change this property, and Down will always False.  

See also
AllowPress property.  
OnClick, OnPressed, OnReleased events.