JVCL Help:TJvHTListBox.ColorHighlight
JVCL Help: TJvHTListBox.ColorHighlight Property
Search in JVCL Help
Search in all projectsSummary
Color used when highlighting a selected item in the control.
Pascal
propertyColorHighlight: TColor;
Description
ColorHighlight is a TColor property that represents the color used when highlighting a selected item in the list. The default value for ColorHilight is clHighlight as assigned in the constructor of the control. ColorHighlight and ColorHighlightText are used to set the values for the canvas brush and font colors when items are rendered in DrawItem. ColorHighlight and ColorHighlightText are also used when the selected item in the control may have change after MouseMove or MouseUp messages. Use ColorDisabledText to indicate the font color used when the control is not Enabled.
See Also
TJvCustomHTListBox.ColorHighlightText, TJvCustomHTListBox.ColorDisabledText
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page