3
Answers

Get the CheckState of a checkbox on another form?


   frmSettings frmS = new frmSettings();
How would I get the the CheckState of a CheckBox on frmS using another form?

Answers (3)