Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Delete a popup menu from a region or class of regions.

delete popup menu from {REGION_NAME|REG_CLASS_NAME}

REGION_NAME

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

REG_CLASS_NAME

The identifier for a class of regions.

Description

Use this statement to delete a pop-up menu from a region or class.

Example

 

response to item DeletePopupMenu_MC

 delete popup menu from MainRegion_GR

 

response to SeeMore_Key

 delete popup menu from AllRegions_CL

See Also

change popup menu Action Statement