Win32WindowMove Method |
Name | Description | |
---|---|---|
Move(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.
| |
Move(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.
|