GroupBox Class

Methods | This Package | All Packages

Encapsulates a group box control, which is a rectangle that contains other controls.

Component
  |
  +--Control
    |
    +--GroupBox

package com.ms.wfc.ui

public class GroupBox
extends
Control****

Remarks

A group box visually sets apart the controls it contains from other controls on a form by drawing a border around them and displaying a caption in the upper-left corner of the group box. In addition, a group box can alter the way the controls it contains behaves. For example, placing radio buttons (option buttons) in a group box makes them mutually exclusive within the group box instead of within the form. To add controls to a group box, use the setNewControls method. To set the text that appears in the corner of the group box, use the setText method.