Function Reference


_WinAPI_ShowOwnedPopups

Shows or hides all pop-up windows owned by the specified window

#include <WinAPISysWin.au3>
_WinAPI_ShowOwnedPopups ( $hWnd, $bShow )

Parameters

$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.

Return Value

Success: True
Failure: False

Remarks

This function shows only windows hidden by a previous call to _WinAPI_ShowOwnedPopups().

See Also

Search ShowOwnedPopups in MSDN Library.