1. Home
  2. Group box control (Genstat Resource Language)

Group box control (Genstat Resource Language)

The GROUPBOX resource-definition can be used to draw a rectangle around a group of controls. The group box has a label that appears at the top left of the rectangle.

GROUPBOX text, id, x, y, width, height

text
The text that is displayed at the top left of the rectangle.

id
The id is a string used to identify controls within the resource file.

flags
No flags available.

Example
The following example demonstrates how to create a group box that is labelled Options:

GROUPBOX “Options”, IDSTATIC, 10, 10, 100, 90

See also

Updated on May 8, 2019

Was this article helpful?