Background color of disabled TextBox

  • Thread starter Thread starter Toni Gomez
  • Start date Start date
T

Toni Gomez

Any clues to this?
I would like to be able to change text and background color of disabled
text boxes with CF in a Windows CE device.
Basically we don't like how disabled text boxes get rendered, any other
aproach?

Thanks,

Toni Gómez
 
Rather than disabling the textbox you can override the focussing behaviour
(pass the focus to another control when focus is set on the textbox) which
will remove the ability to edit the text, then you can set a backcolor as
you see fit.

Peter
 
Back
Top