User32MoveWindow Method

Overload List

MoveWindow(IntPtr, Int32, Int32, Int32, Int32, Boolean) Changes the position and dimensions of the specified window.

For a top-level window, the position and dimensions are relative to the upper-left corner of the screen.

For a child window, they are relative to the upper-left corner of the parent window's client area.

MoveWindow(SafeHandle, Int32, Int32, Int32, Int32, Boolean) Changes the position and dimensions of the specified window.

For a top-level window, the position and dimensions are relative to the upper-left corner of the screen.

For a child window, they are relative to the upper-left corner of the parent window's client area.

See Also