Forecolor of disabled Textbox

  • Thread starter Thread starter Katy
  • Start date Start date
K

Katy

hi:

Is there any way to change forecolor of a textbox when property Enabled =
False ?

Regards
 
You could enable the textbox, set whatever forecolor you want and then not
allow it to receive focus (to simulate enabled=false).

Cheers
Daniel
 
Back
Top