Programmer Guide/Shell Items/Dialog/Dialog Controls/Button

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

Dialog control button.png

SET dialog index BUTTON row col text [ * width height * fg bg font] [ /D ]
/Defaultbutton Make the button the default button (activated when the dialog is displayed for the first time). A more general way (for all controls) to activate a control is implemented through the command: SET dialog index FOCUS

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

Note that you may display an image in a button using the SET dialog BITMAP command.

Navigation menu

Personal tools