![]() ![]() | ||
You can use group boxes to group controls together, much like panels. Unlike panels, however, group boxes can support captions, which you set with the Text property. However, group boxes cannot support scroll bars, which panels can.
You can see group boxes at work in Figure 6.5. Here is the class hierarchy of the GroupBox class:
Object MarshalByRefObject Component Control GroupBox
![]() ![]() | ||