JVCL Help:TJvCustomHTComboBox.ColorHighlightText

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Color used when drawing highlighted text for the selected item in the control.


Pascal

 propertyColorHighlightText: TColor;


Description

ColorHighlightText is a TColor property that represents the color used when drawing highlighted text for the selected item in the control. The default value for ColorHilightText is clHighlightText 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

TJvCustomHTComboBox.ColorHighlight, TJvCustomHTComboBox.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