Programmer Guide/Macro Library/SETCONTROLMODE: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Latest revision as of 17:31, 18 November 2010
SETCONTROLMODE
Apply attribute settings to dialog controls. This function can be used to change the mode, caption and font of dialog controls.
Usage:
SETCONTROLMODE dlg ctl1=attr1 [... ctlX=attrX]
Parameters:
- dlg
- The dialog item name.
- ctl
- The control index or range:
c1-c2 : apply settings to controls c1 to c2 c1:n: apply settings to controls c1 to c1+n-1
- attr
- The mode[,text,zoom,style].
mode control mode (*|hidden|visible|enabled) text control capture (* = do not change) zoom font zoom factor (>= 0) style font style (N=normal,B=bold,U=underline)
Result:
none