Please enable JavaScript to view this site.

ESL Documentation

Navigation: ESL Documentation > ESL Programmers Reference > Verbs

make border invisible and make border visible

Scroll Prev Top Next More

Action Statement

Change the visibility of the border in a region.

make {REGION_NAME|REG_CLASS_NAME} border {visible|invisible}

REGION_NAME

The identifier for a dialog region, graphical region, image region, or textual region.

REG_CLASS_NAME

The identifier for a class of dialog regions, graphical regions, image regions, or textual regions.

visible | invisible

Make the border visible (shown) or invisible (hidden).

Description

Use this statement to change the visibility of the border in a dialog region, graphical region, image region, or textual region.

If you do not specify the border attribute in the object definition, this statement will add the border to the object and make it visible (and, by default, the color white).

This statement has no effect on regions with frame attributes.

Example

 

response to SelectYes

 make Area2 border invisible

 

response to Menu

 make Area1 in Area2 border visible

See Also

make border COLOR Action Statement