Action Statement
Restore a region or class.
make OBJECT restore
OBJECT
A region, a class name, or the built-in function object.
Description
Use this statement to restore a region or a class. Like other ESL action statements, this statement does not trigger an on clause response. For example, the statement make Region1 restore does not cause ESL to execute the on restore actions for Region1. Window event on clauses are executed only in response to window events, not action statements.
This statement only affects maximized or minimized objects.
Example
#using object name
response to Object1
on close
make Object2 restore
See Also
is minimized Object Inquiry Built-in Function
is maximized Object Inquiry Built-in Function
is restored Object Inquiry Built-in Function
make OBJECT maximize Action Statement
make OBJECT minimize Action Statement
response Definition