interface container delete

Allows you to delete 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 delete the container on the dialog box.

Format:

 
interface container delete
container_name =
an existing GI_container

Example:

 
interface container delete &
container_name =
ctr1

Description:

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

Extended Definition:

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