winforms - how do I setup Checkbox's in a Groupbox so that I can reference checkbox states at the gr

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-03-23T01:09:50Z Indexed on 2010/03/23 1:11 UTC
Read the original article Hit count: 400

Filed under:
|
|

Hi,

I am working on a WinForms app in C#, VS2008.

How do I setup Checkbox's in a Groupbox so that I can reference checkbox states at the group level? For example 7 checkboxes for each day of the week. Then I would like to be able get the state when checking via something like: "result = daysOfWeek.Monday;"

I'm probably missing the obvious somewhere...

thanks

© Stack Overflow or respective owner

Related posts about winforms

Related posts about checkbox