How to make a CheckBox unselectable?
You can set AutoCheck property to false
.
You can set the Enabled
property to false
:
checkBox1.Enabled = false;
You can set AutoCheck property to false
.
You can set the Enabled
property to false
:
checkBox1.Enabled = false;