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.
How can I change the fore color of check box's text so it do not look like disabled(Light gray).
There's an AutoSize option in the Properties windows; if you turn that off by changing it to False , you will be able to modify the size of your CheckBox .
Right-click on the desktop, and select "Personalize". Click on the "Window Color" tile at the bottom of the screen. Choose your new color. If your computer is configured to use the Aero theme, you can choose from one of the standard colors or mix one of your own.
Set the background in the Windows Forms DesignerOpen the project in Visual Studio and select the Panel control. In the Properties window, click the arrow button next to the BackColor property to display a window with three tabs. Select the Custom tab to display a palette of colors.
Don't disable it, just put AutoCheck property = False
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With