JVCL Help:TJvHTComboBox.ColorDisabledText

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 to draw text in the control when not Enabled.


Pascal

 propertyColorDisabledText: TColor;


Description

ColorDisabledText is a TColor property that represents the color used to draw text in the control when not Enabled. The default value for ColorDisabledText is clGrayText as assigned in the constructor for the control. ColorDisabledText is used to set the font color in the DrawItem method when the Enabled property contains False. Use ColorHighlight and ColorHighlightText to set the values for the canvas brush and font colors for items when the control is Enabled.


See Also

TJvCustomHTComboBox.ColorHighlight, TJvCustomHTComboBox.ColorHighlightText


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