Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Maximize a region or class.

make OBJECT maximize

OBJECT

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

Description

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

This statement only affects visible objects.

Example

 

#using object name

response to Object1

 on open

         make Object2 maximize

See Also

is maximized Object Inquiry Built-in Function

is minimized Object Inquiry Built-in Function

is restored Object Inquiry Built-in Function

make OBJECT minimize Action Statement

make OBJECT restore Action Statement

response Definition