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,32 @@
|
||||
---
|
||||
title: "CheckBox Control"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "checked list items [Windows Forms], Windows Forms controls"
|
||||
- "CheckBox control [Windows Forms]"
|
||||
- "list controls [Windows Forms], Windows Forms"
|
||||
- "list items [Windows Forms], Windows Forms controls that display"
|
||||
- "checked list items"
|
||||
- "check boxes"
|
||||
ms.assetid: 0719d798-c307-40d3-9040-72a62679c227
|
||||
---
|
||||
# CheckBox Control (Windows Forms)
|
||||
The Windows Forms `CheckBox` control indicates whether a particular condition is on or off. It is commonly used to present a Yes/No or True/False selection to the user. You can use check box controls in groups to display multiple choices from which the user can select one or more. It is similar to the <xref:System.Windows.Forms.RadioButton> control, but any number of grouped `CheckBox` controls may be selected.
|
||||
|
||||
## In This Section
|
||||
[CheckBox Control Overview](checkbox-control-overview-windows-forms.md)
|
||||
Explains what this control is and its key features and properties.
|
||||
|
||||
[How to: Respond to Windows Forms CheckBox Clicks](how-to-respond-to-windows-forms-checkbox-clicks.md)
|
||||
Explains how to use a check box to determine your application's actions.
|
||||
|
||||
[How to: Set Options with Windows Forms CheckBox Controls](how-to-set-options-with-windows-forms-checkbox-controls.md)
|
||||
Describes how to use a check box to set options such as properties of an object.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.CheckBox> 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