JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Using the GroupBox Class

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
Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor