Win Forms GroupBox controls are used to group other controls. There are three reasons to group controls. One is visual grouping of related form elements for a clear user interface; another is programmatic grouping, for example of radio buttons; the last is for moving the controls as a unit at design time.
To create a group of controls at run time
GroupBox Control | GroupBox Class