Function Reference


_WinAPI_BringWindowToTop

Brings the specified window to the top of the Z order

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

Parameters

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

Return Value

Success: True
Failure: False

See Also

Search BringWindowToTop in MSDN Library.