Shows or hides all pop-up windows owned by the specified window
#include <WinAPISysWin.au3>
_WinAPI_ShowOwnedPopups ( $hWnd, $bShow )
$hWnd | A handle to the window that owns the pop-up windows to be shown or hidden. |
$bShow | Specifies whether pop-up windows are to be shown or hidden, valid values: True - All hidden pop-up windows are shown. False - All visible pop-up windows are hidden. |
Success: | True |
Failure: | False |
This function shows only windows hidden by a previous call to _WinAPI_ShowOwnedPopups().
Search ShowOwnedPopups in MSDN Library.