3
Answers

Get the CheckState of a checkbox on another form?

mark c

mark c

13y
2.4k
1

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