Window.onPopupHide

Function/Meaning

[Windows *] Close the pop-up window

Type
WindowclassEvent
Syntax
onPopupHide()
Arguments
Return value
None (void)
Explanation

An event that occurs when a popup window should be closed.
This event is fired when "another window is clicked" or "another application is activated" if the Window.stayOnTop property is true and the Window.focusable property is false.
Normally, you should close or hide the window here.

Reference
Window.focusable
Window.stayOnTop