Click or drag to resize

Win32WindowMove Method

Overload List
  NameDescription
Public methodMove(Int32, Int32)
Changes the position of this window. For a top-level window, the position is relative to the upper-left corner of the screen. For a child window, it's relative to the upper-left corner of the parent window's client area.
Public methodMove(Int32, Int32, Int32, Int32, Boolean)
Changes the position and dimensions of this 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.
Top
See Also