I work in a windows application that has a form. This form contains a group box with some checkboxes. I set this group mailbox as disabled. Now my problem is the front color of the text in the block. It turns light gray as shown in the image below.
How can I change the front color of the checkbox text so that it does not appear to be disabled (light gray).
Do not disable it, just set the AutoCheck = False property
CheckBox ( -), , Enabled, .
CheckBox
Enabled
- CheckBox 'es, :
GroupBox
AutoCheck
Checked
OnCheckedChanged