interface menubar undisplay
Allows you to close an existing menubar.
The menubar can be created on main_window, popup_window, ppt_main_window, or a user defined custom window. The menubar can further be built up by adding menus, which are associated with Adams commands.
This command is used to close an existing menubar.
Format:
interface menubar undisplay |
|---|
menubar_name = | an existing GI_menubar |
Example:
interface menubar undisplay & |
|---|
menubar_name = | mnbr1 |
Description:
Parameter | Value Type | Description |
|---|
menubar_name | An Existing GI_menubar | Specifies the name of an existing menubar |
Extended Definition:
1. The existing menubar can be displayed or closed as per the requirement of command menus on the menubar, by the command ‘interface menubar display’ and ‘interface menubar undisplay’ respectively.