bitbtn Color property
Return to Introduction  Previous page  Next page
Applies to
acBitBtn component.  

Declaration
property Color: TColor;  

Description
The Color property specifies the background color of the button. Use Color property to read or change the background color of the control.  
 
If a button's ParentColor property is True, then changing the Color property of the button's parent automatically changes the Color property of the button. When the value of the Color property is changed, the button's ParentColor property is automatically set to False.  
 
[AK] I guess that guys from Borland simply forgot about the Color for standard TBitBtn…  

See also
ParentColor property.