Files
Andy De George c0ba284473 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
2020-09-01 16:26:21 -07:00

1.7 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
GroupBox Control 03/30/2017
controls [Windows Forms], grouping
GroupBox control [Windows Forms]
grouping controls [Windows Forms]
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
Explains what this control is and its key features and properties.

How to: Group Controls with the Windows Forms GroupBox Control
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.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.