RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.HeaderColor Property

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

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

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. 

 

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