Funktionreferenz


_WinAPI_BringWindowToTop


Brings the specified window to the top of the Z order

#include <WinAPISysWin.au3>
_WinAPI_BringWindowToTop ( $hWnd )

Parameter

$hWnd Handle to the window to bring to the top of the Z order.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach BringWindowToTop in der MSDN Bibliothek.