How Can I get by simple code the Checked RadioButton From Group of RadioButtons Located in same pane

Posted by CSharpBeginner on Stack Overflow See other posts from Stack Overflow or by CSharpBeginner
Published on 2010-06-07T12:21:20Z Indexed on 2010/06/07 12:22 UTC
Read the original article Hit count: 126

Filed under:

Hello, I've a C# Windows Form Application that contains multiple Panels , each panel contains group of Radio Buttons.Is There a simple way to get just the checked RadioButton by code instead of checking every Radio Button in each group whether it is checked or not ? please help. Thanks

© Stack Overflow or respective owner

Related posts about c#