SetDialogObjectColor
SetDialogObjectColor>Dialog_Name,Object_Name,Color_Code
Not supported in Macro Scheduler Lite.
Deprecated by SetDialogProperty.
Sets the background color of the specified dialog object. Sets background of dialog if Object_Name left blank.
If you are unsure of the name of the object edit the dialog in the Dialog Designer and double click on the object to see it's name.
Use the RGB function to create a color code. 0 is black.
Not all types of objects can have a background color. The following objects can be set: Edits, Labels, Listboxes, Checkboxes, Memos, Dialogs.
Abbreviation: SDC
Example:
RGB>20,50,200,aColor
SetDialogObjectColor>Dialog1,,aColor