Vcl.CheckLst.TCheckListBox.HeaderColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderColor: TColor read FHeaderColor write SetHeaderColor default clInfoText;

C++

__property System::Uitypes::TColor HeaderColor = {read=FHeaderColor, write=SetHeaderColor, default=-16777193};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

Specifies the font color for a header item in the list box.

Set HeaderColor to indicate the font color of header items. Header items are items in the list box for which the Header property is true. HeaderColor should be a color that provides contrast with the HeaderBackgroundColor property, which specifies the background color for header items.

See Also