[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TStatusBar.Color

The background color of the control.

Declaration

Source position: comctrls.pp line 184

published property TStatusBar.Color : TColor
  default clDefault;

Description

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 provided in the TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent methods.

See also

TControl.Color

  

The background color of the control.