G
Guest
When a textbox/text area/dropdownlist is disabled, the font is grayed out.
Can I change the default color of disabled control to black?
I tried to override Disable/Enable property of textbox and set 'ReadyOnly'
instead of diabling the control. It works for textbox only because dropdown
list doesn't have 'READYONLY' property.
Any suggestion? I am thinking change system font settings from inside the
application. Anybody had the luck doing this?
strout
Can I change the default color of disabled control to black?
I tried to override Disable/Enable property of textbox and set 'ReadyOnly'
instead of diabling the control. It works for textbox only because dropdown
list doesn't have 'READYONLY' property.
Any suggestion? I am thinking change system font settings from inside the
application. Anybody had the luck doing this?
strout