GROUP dialog element

Windows Linux macOS

Syntax

DIALOG ADD,GROUP,<name>,<top>,<left>,<width>,<height>,<caption>,<tooltip>,<styles>

Description

This dialog element is a group box (similar to that which surrounds a RADIO group of buttons).

Styles

When a style is applied to a GROUP dialog element it applies automatically to all the dialog elements placed within it. When a GROUP dialog element is enabled, disabled, shown or hidden, this action is applied to the dialog elements placed within it.

In addition to user-defined styles to change the default font style and color, the following styles may be used with this dialog element:

<cursor style> The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND.

See also