A Checkbox that does not change

The Real Snuffles

New member
Joined
Apr 19, 2007
Messages
2
Programming Experience
Beginner
I know that the checkbox control has an enabled property that when set to false does not allow the user to modify the checked status.

Unfortunately, this grays out the control.

Is there a way to keep the checkbox with the normal color and all that but prevent the user from modifying the checking and unchecking.
 
Set the required checked state on CheckedChanged event to the value you always want it to be, also give feedback to user about why the control does not obey his/hers command.
 
Back
Top