SETCONTROLMODE

From STX Wiki
Jump to navigationJump to search

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

Navigation menu

Personal tools