2012-01-18 123 views

回答

6

只是验证CheckState属性:

 bool reallyChecked = checkBox1.CheckState == CheckState.Checked; 
1

您可以通过从CheckBox派生出来实现此目的。