Description | |||||
Closes the currently active menu. The current menu is the menu referenced from the last call to ProMenuProcess(). Control returns from that call as a result of the call to ProMenuDelete() or ProMenuDeleteWithStatus().
This function affects Menu-Manager (mode-specific) menus only. The menu that becomes active after this one is closed is the menu immediately above it in the menu hierarchy. This is also the menu made active by the previous call to ProMenuProcess(). |
|||||
Synopsis | |||||
#include <ProMenu.h> | |||||
ProError | ProMenuDelete | (void) | |||
Returns | |||||
|
|||||
See Also | |||||
ProMenuDeleteWithStatus | |||||
ProMenuProcess | |||||
NOTE: Do not use this function for exit buttons on compound menus; | |||||
use ProMenuDeleteWithStatus instead. |