interface dialog_box delete
Allows you to delete an existing dialog box window.
The dialog box is a blank interface window created where various buttons and option menus can be placed. The dialog box can be deleted by this command.
Format:
interface dialog_box delete |
|---|
dialog_box_name = | An Existing GI_dbox |
Example:
interface dialog_box delete & |
|---|
dialog_box_name = | .gui.dgbox |
Description:
Parameter | Value Type | Description |
|---|
dialog_box _name | An Existing GI_dbox | Specifies the name of an existing dialog box |
Extended Definition:
1. The dialog box can be deleted by using this command. It will delete all the child-menus like buttons, option menus and menus created on the dialog box.