Script
(string) The script to assign to the specified object's event.
Note: The script specified in this argument will replace any script existing in the event. If you want to append to the event (instead of replacing the script), you must first perform a DialogEx.GetObjectScript action.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
DialogEx.SetObjectZOrder
OverviewExamples
DialogEx.SetObjectZOrder ( string ObjectName,
number Position,
string ReferenceObject = "" )
De s cr ip t ion
Sets the z-position of an object on the current dialog.
P arame t er s
ObjectName
(string) The name of the object.