mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 23:43: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,29 @@
|
||||
---
|
||||
title: "GroupBox Control"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "controls [Windows Forms], grouping"
|
||||
- "GroupBox control [Windows Forms]"
|
||||
- "grouping controls [Windows Forms]"
|
||||
ms.assetid: ee7fb3ed-2fae-4df3-bdeb-15d42e5d7d75
|
||||
---
|
||||
# GroupBox Control (Windows Forms)
|
||||
Windows Forms <xref:System.Windows.Forms.GroupBox> controls are used to provide an identifiable grouping for other controls. Typically, you use group boxes to subdivide a form by function. For example, you may have an order form that specifies mailing options such as which overnight carrier to use. Grouping all options in a group box gives the user a logical visual cue. The <xref:System.Windows.Forms.GroupBox> control is similar to the <xref:System.Windows.Forms.Panel> control; however, only the <xref:System.Windows.Forms.GroupBox> control displays a caption, and only the <xref:System.Windows.Forms.Panel> control can have scroll bars.
|
||||
|
||||
## In This Section
|
||||
[GroupBox Control Overview](groupbox-control-overview-windows-forms.md)
|
||||
Explains what this control is and its key features and properties.
|
||||
|
||||
[How to: Group Controls with the Windows Forms GroupBox Control](how-to-group-controls-with-the-windows-forms-groupbox-control.md)
|
||||
Describes how to use this control to group controls.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.GroupBox>
|
||||
Describes this class and has links to all its members.
|
||||
|
||||
<xref:System.Windows.Forms.Panel>
|
||||
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