SetDialogObjectVisible


 

SetDialogObjectVisible>Dialog_Name,Object_Name,Show(0|1)

 

Not supported in Macro Scheduler Lite.

 

Deprecated by SetDialogProperty (set Visible property to false/true).

 

Shows or hides the specified dialog object.  Set Show to 1 to make the object visible.  Set Show to 0 to hide the object.

 

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.

 

Abbreviation: SDV

 

Example:

 

SetDialogObjectVisible>Dialog1,msButton1,0