mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "RadioButton Control"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "checked list items [Windows Forms], Windows Forms controls"
|
||||
- "list controls [Windows Forms], Windows Forms"
|
||||
- "list items [Windows Forms], Windows Forms controls that display"
|
||||
- "radio buttons"
|
||||
- "RadioButton control [Windows Forms]"
|
||||
ms.assetid: e895b2a5-9bcb-4486-b165-eaf4c3ea9644
|
||||
---
|
||||
# RadioButton Control (Windows Forms)
|
||||
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
|
||||
[RadioButton Control Overview](radiobutton-control-overview-windows-forms.md)
|
||||
Explains what this control is and its key features and properties.
|
||||
|
||||
[How to: Group Windows Forms RadioButton Controls to Function as a Set](how-to-group-windows-forms-radiobutton-controls-to-function-as-a-set.md)
|
||||
Explains how to group radio buttons as a set, of which only one may be selected.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.RadioButton> class
|
||||
Describes this class and has links to all its members.
|
||||
|
||||
## Related Sections
|
||||
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
|
||||
Provides a complete list of Windows Forms controls, with links to information on their use.
|
||||
Reference in New Issue
Block a user