Hi,
I have several controls, UltraComboEditor,UltraDateTime, that I want to change the background color & forecolor. It works fine by going into the Appearance properties and change the colors, but when I set the property of (enabled = false) to the control, the control greys out. Is there a way I may make it so it stays the colors i want without having to enable the control?
Did you try using the BackColorDisabled and ForeColorDisabled properties off of the Appearance?
-Matt