Programmer Guide/Shell Items/Dialog/Dialog Controls/Checkbox

From STX Wiki
< Programmer Guide‎ | Shell Items‎ | Dialog‎ | Dialog Controls
Revision as of 12:19, 13 February 2018 by Jw (talk | contribs) (Created page with "File:dialog_control_checkbox.png SET <var>dialog</var> <var>index</var> CHECKBOX <var>row</var> <var>col</var> <var>text</var> <var>var<sub>1</sub></var> [<var>width</va...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Dialog control checkbox.png

SET dialog index CHECKBOX row col text var1 [width height * fg bg font][ /L|R ]

A checkbox control. The checkbox sends an UPDATE message when it is checked or unchecked.

var1 The name of the checkbox status variable (0=unchecked, 1=checked, 2=checked+grayed).
/3 Enable third state (checked+grayed); a normal checkbox supports only the states checked and unchecked.

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

Navigation menu

Personal tools