interface container execute

Allows you to execute an existing container on the dialog box.
The container is a submenu on the dialog box, which can collect other interface objects like buttons, option menus, sliders and so on. The container can be used to segregate and ‘contain’ a set of menus and buttons on the dialog box.
The command is used to execute the container on the dialog box.

Format:

 
interface container execute
container_name =
An Existing GI_container

Example:

 
interface container execute &
container_name=
contro1

Description:

 
Parameter
Value Type
Description
container_name
An Existing GI_container
Specifies the name for an existing container

Extended Definition:

The command is used to execute an existing container on the dialog box window.