Click here to Skip to main content
15,901,035 members
Articles / Programming Languages / Visual Basic

Determine selected RadioButton in a Group of RadioButtons

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
5 Mar 2010CPOL 31.6K   3  
This code permits a developer to determine if a radio button is selected in a container such as a panel or GroupBox using syntax similar to TryParse.Requires Requires Framework 3.5 or higherExamplePrivate Sub Button1_Click() Handles Button1.Click Dim SelectedButton As New...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer
United States United States
Microsoft MVP, Uses Microsoft Visual Studio ecosystem building web and desktop solutions

Comments and Discussions