Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Minimize a region or class.

make OBJECT minimize

OBJECT

A region, a class name, or the built-in function object.

Description

Use this statement to minimize 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 minimize does not cause ESL to take the on minimize actions for Region1. Window event on clauses are taken only in response to window events, not action statements.

Example

 

#using object name

response to Object1

 on close

         make Object2 minimize

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 restore Action Statement

response Definition