CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

RadioButton control

C# – How to use RadioButton control?

RadioButton controls are used to get the mutually exclusive options from the user. It has similar functionality with CheckBox control. CheckBox control is to get combination of options from the user, whereas this control allowed to select mutually exclusive options. Properties When set AutoCheck property to True, the state of the RadiButton control automatically changed […]

Scroll to top