Please enable JavaScript to view this site.

ESL Documentation

Object Inquiry Built-in Function

Return whether an object is minimized.

(OBJECT_NAME is minimized)

OBJECT_NAME

The identifier for an object or region.

Description

Use this function to determine whether an ESL region or object is currently minimized. You must enclose the entire statement in parentheses.

The value returned is the boolean associated with the minimized state of the specified object. If the item is minimized, the value true is returned; if it is not minimized, the value false is returned.

If you use this function for an object such as a dialog control (which cannot be minimized or maximized), then the function returns false.

See Also

is maximized Object Inquiry Built-in Function

is restored Object Inquiry Built-in Function

make OBJECT maximize Action Statement

make OBJECT minimize Action Statement

make OBJECT restore Action Statement

response Definitions