Purpose
Part of a Dialog statement; adds a rectangle with a label to a dialog box.
Syntax
Control GroupBox
[ Position x, y ] [ Width w ] [ Height h ]
[ ID control_ID ]
[ Title title_string ]
[ Hide ]
x, y specifies the control's position in dialog box units.
w specifies the width of the control in dialog box units.
h specifies the height of the control in dialog box units.
control_ID is an integer; cannot be the same as the ID of another control in the dialog box.
title_string is a text string to appear at the upper-left corner of the box
The Hide keyword makes the control hidden initially.
Example
Control GroupBox
Title "Level of Detail"
Position 5, 30
Height 40 Width 70
See Also: