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

TCustomCheckListBox.HeaderBackgroundColor

Color used to paint the background for Header items on the control.

Declaration

Source position: checklst.pas line 82

public property TCustomCheckListBox.HeaderBackgroundColor : TColor
  read FHeaderBackgroundColor
  write SetHeaderBackgroundColor
  default clInfoBk;

Description

HeaderBackgroundColor is a TColor property with the color used to paint the background for a header item on the control. It is used in the widgetset class when a header item is rendered on the control.

The default value for the property is clInfoBk. Changing the value for the property causes the control to be redrawn.

Use HeaderColor to set the font color for header items on the control.

Use the public Header property to identify whether a value in Items is displayed as a non-checkable entry in the list drawn using the colors in HeaderBackgroundColor and HeaderColor.

Version info

Added in LCL version 3.0.

See also

TCustomCheckListBox.HeaderColor

  

Color used for the text on a Header item.

TCustomCheckListBox.Header

  

Provides indexed access to header usage status for Items in the control.


Version 4.0 Generated 2025-05-03 Home