Group box control

A group box control is a decorative control used to visually group one or more other controls. You do not associate a field with a group box control, but you can assign a label to the control. Typically, the label of a group box control identifies the purpose of the enclosed controls.

The property sheet for a group box control has one page: General.

General page

The following table lists the properties of the General page.

Property
Description
Field Name
Select the field to associate with the control.
Label
Enter a label for the control. By default, the label is the name of the selected field.
X
The horizontal starting point of the control in pixels.
Y
The vertical starting point of the control in pixels.
Width
The width of the control in pixels.
Height
The height of the control in pixels.

C