https://msdn.microsoft.com/en-us/library/system.windows.forms.groupbox%28v=vs.110%29.aspx is a member of control
Container control is
https://msdn.microsoft.com/en-us/library/system.windows.forms.containercontrol%28v=vs.110%29.aspx
Provides focus-management functionality for controls that can function as a container for other controls.
Yet every member of system.form.control can contain another control.
If every member of control can contain another control why do we still have class system.windows.forms.containercontrol?
Also why groupbox which can contain another control are not member of container control class?