Funktionreferenz


_WinAPI_ShowOwnedPopups


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

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

Parameter

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

Rückgabewert

Success: True
Failure: False

Bemerkungen

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

Siehe auch

Suche nach ShowOwnedPopups in der MSDN Bibliothek.