RadioButton Control (Windows Forms)
Visual Studio .NET 2003
Windows Forms RadioButton controls present a set of two or more mutually exclusive choices to the user. While radio buttons and check boxes may appear to function similarly, there is an important difference: when a user selects a radio button, the other radio buttons in the same group cannot be selected as well.
In This Section
- Introduction to the Windows Forms RadioButton Control
- Explains what this control is and its key features and properties.
- Grouping Windows Forms RadioButton Controls to Function As a Set
- Explains how to group radio buttons as a set, of which only one may be selected.
Related Sections
- Controls You Can Use On Windows Forms
- Provides a complete list of Windows Forms controls, with links to information on their use.
- RadioButton Class
- Describes this class and has links to all its members.