The function popup-menu-force-popdown
cancels the menu
popup-menu
if it is currently displayed.
popup-menu
should be a popup menu, that is a menu that is displayed using display-popup-menu. popup-menu-force-popdown
pops it down, in the same way that pressing Cancel
would normally do.
popup-menu-force-popdown
can be called from any process. In particular, it can be called from a timer without worrying on which process it is actually executed. For examples of using timers in CAPI, see Examples using timers to implement "animation".
If
popup-menu
is not displayed, popup-menu-force-popdown
has no effect.
The result is t
if the menu is displayed when popup-menu-force-popdown
is called. Otherwise
result
is nil
.
CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015