RadioButton Control in VB.NET
What is radiobutton control in VB.NET?
Explanation
Radio Button Control
RadioButton Control is used create a single radio button. Mostly this is used in groups to select
a choice out of the available choices.
Video:
Explanation:
- In the above radiobutton control example two radio buttons and a button control is used.
- Using the Click event, the Checked property of the radio button is used to find the users selection.