How to change disabled TextBox font color?

Can't find it...Or can I switch the whole "Style" (Color Scheme...)

Thanks
Peter


Answer this question

How to change disabled TextBox font color?

  • rodizzio

    You probably caught my reply in your other post:

    MyTextBox.ForeColor = System.Drawing.SystemColors.WindowText;

  • How to change disabled TextBox font color?