RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.HeaderBackgroundColor Property

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

Pascal
property HeaderBackgroundColor: TColor;
C++
__property TColor HeaderBackgroundColor;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!