How to change forecolor of disable checkbox in winforms

Amit Kumar picture Amit Kumar · Jan 20, 2014 · Viewed 7.6k times · Source

I am working in windows application that has a form.this form contains a group box that has some check-boxes. I have set this group box as disable. Now my problem is the fore-color of check-box text.It becomes light gray as shown in picture below.

enter image description here

How can I change the fore color of check box's text so it do not look like disabled(Light gray).

Answer

E_Blue picture E_Blue · Jul 15, 2014

Don't disable it, just put AutoCheck property = False