Action Statement
Change the border color of a graphical, image, or textual region.
make {REGION_NAME|REG_CLASS_NAME} border [color] COLOR
REGION_NAME
The identifier for a graphical, image, or textual region.
REG_CLASS_NAME
The identifier for a class of graphical, image, or textual regions.
color COLOR
A string value, integer value, or color keyword representing an ESL color.
Description
If you do not specify the border attribute in the object definition, this statement will have no effect unless the border is first made visible.
This statement does not change the color of the Windows or the PM size borders. It also has no effect on regions with frame attributes.
Example
response to InfoArea
make InfoArea border red
response to Select
make Warning in InfoArea
border color HighlightColor
See Also
border Attribute Definition
make border invisible and make border visible Action Statements