SHOW POPUP Command
Visual Studio .NET 2003
Displays one or more menus defined with DEFINE POPUP without activating them.
SHOW POPUP MenuName1 [, MenuName2 ...] | ALL [SAVE]
Parameters
- MenuName1 [, MenuName2 ...]
- Specifies the name of one or more menus to display.
- ALL
- Displays all currently defined menus.
- SAVE
- Retains an image of the specified menus without activating them. The menu images can be cleared with CLEAR.
Remarks
The menus are displayed but can't be used. Before they can be shown, the menus must first be created with DEFINE POPUP.
See Also
ACTIVATE POPUP | DEFINE POPUP | DEACTIVATE POPUP Command | CLEAR Commands