Programmer Guide/Shell Items/Dialog/Dialog Controls/Groupbox

From STX Wiki
< Programmer Guide‎ | Shell Items‎ | Dialog‎ | Dialog Controls
Revision as of 11:57, 15 May 2018 by Jw (talk | contribs) (Created page with "File:dialog_control_groupbox.png SET <var>dialog</var> <var>index</var> GROUPBOX <var>row</var> <var>col</var> <var>text</var> [ * <var>w</var> <var>h</var> * <var>fg</v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Dialog control groupbox.png

SET dialog index GROUPBOX row col text [ * w h * fg bg font [first last]]

The groupbox control draws a frame around the area row/col, row+h/col+w, or around the specified controls first to last. If the controls first and last are specified, they must already be defined. In this case, row and col are used as margins (row for the top/bottom margin, col for the left/right margin) and not as positions. The caption is displayed inside the top line of the frame.

See Common arguments for a description of the parameters not described here.

Navigation menu

Personal tools