JVCL Help:TJvHTComboBox.ColorHighlight

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 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 control. 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

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