RELEASE POPUPS Command
Visual Studio 2005
Removes a specific menu or all menus from memory.
RELEASE POPUPS [MenuNameList [EXTENDED]]
Parameters
- MenuNameList
-
Specifies the menus to release from memory. Separate the menu names with commas.
Visual FoxPro system menus that appear under the Visual FoxPro system menu bar can also be released. To release a Visual FoxPro system menu, include the internal name of the system menu (_MFILE, _MEDIT, _MDATA, and so on). Use SET SYSMENU TO DEFAULT to restore the default system menu bar and system menus.
- EXTENDED
-
Releases a menu, its items, and all commands associated with ON SELECTION POPUP and ON SELECTION BAR.
Reference
DEFINE POPUP CommandSystem Menu Names
SET SYSMENU Command