User32BringWindowToTop Method

Overload List

BringWindowToTop(IntPtr) Brings the specified window to the top of the Z order. If the window is a top-level window, it is activated.

If the window is a child window, the top-level parent window associated with the child window is activated.

BringWindowToTop(SafeHandle) Brings the specified window to the top of the Z order. If the window is a top-level window, it is activated.

If the window is a child window, the top-level parent window associated with the child window is activated.

See Also