User Interface Controls > Common Properties > Layout > Types > GroupBox |
The GroupBox is a UI Element which can be used to draw a rectangular box with or without caption at a user-defined position with user-defined size. Other than the Group described in Rollout Clauses, the GroupBox is not used to group UI Elements together (both in the source code and in the resulting rollout), but can be placed independently of any other UI Elements anywhere in the rollout.
Get/Set the caption of the group box.
Get/Set the position of the upper left corner of the group box.
Get/Set the width of the group box.
Get/Set the height of the group box.
KNOWN PROBLEM: |
Group boxes have a line drawn through them when using bitmap backgrounds with CreateDialog. This is a problem with the Windows groupbox control. |