User32SetWindowPos Method

Overload List

SetWindowPos(IntPtr, IntPtr, Int32, Int32, Int32, Int32, SetWindowPosFlags) Changes the size, position, and Z order of a child, pop-up, or top-level window.

These windows are ordered according to their appearance on the screen.

The topmost window receives the highest rank and is the first window in the Z order.

SetWindowPos(SafeHandle, IntPtr, Int32, Int32, Int32, Int32, SetWindowPosFlags) Changes the size, position, and Z order of a child, pop-up, or top-level window.

These windows are ordered according to their appearance on the screen.

The topmost window receives the highest rank and is the first window in the Z order.

See Also