[Overview][Types][Classes][Procedures and functions][Index] |
Color used for the text on a Header item.
Source position: checklst.pas line 83
public property TCustomCheckListBox.HeaderColor : TColor |
HeaderColor is a TColor property with the color for the font used to render the text on a Header item. It is used in the widgetset class when a header item is rendered on the control.
The default value for the property is clInfoText. Changing the value for the property causes the control to be redrawn.
Use the HeaderBackgroundColor property to set the background color for a header item 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.
Added in LCL version 3.0.
|
Color used to paint the background for Header items on the control. |
|
|
Provides indexed access to header usage status for Items in the control. |
Version 4.0 | Generated 2025-05-03 | Home |