The background color for the control.
Source position: buttons.pp line 396
public property TCustomSpeedButton.Color : TGraphicsColor |
The default value for the property is clBtnFace in TCustomSpeedButton.
If the color is clDefault , the result will need to be passed through GetDefaultColor to resolve clDefault to a TColor value. Convenience routines which obtain the color by resolving clDefault and ParentColor are also provided as TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent.
|
The background color of the control. |
|
|
Use the Color from the Parent control, when enabled. |
|
|
Gets the default color for the control. |
|
|
Returns the color of the control while resolving clDefault and ParentColor. |
|
|
Returns a RGB value for the color of the control. |