Vcl.CheckLst.TCheckListBox.HeaderBackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderBackgroundColor: TColor read FHeaderBackgroundColor write SetHeaderBackgroundColor default clInfoBk;

C++

__property System::Uitypes::TColor HeaderBackgroundColor = {read=FHeaderBackgroundColor, write=SetHeaderBackgroundColor, default=-16777192};

Properties

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

Description

Specifies the background color for a header item in the listbox.

Set HeaderBackgroundColor to indicate the color that appears as the background of header items. Header items are items in the list box for which the Header property is true. HeaderBackgroundColor can make a header item visually more distinct from the checkable items in the list box.

See Also