[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The background color of the control.
Source position: comctrls.pp line 184
published property TStatusBar.Color : TColor |
The default value for the property is clDefault or clBtnFace (depending on the UseCLDefault compiler define).If the color is clDefault , the result will need to be passed through GetDefaultColor to resolve clDefault to an actual 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. |