WINDOWPOS Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the position of a window.
public value class WINDOWPOS
struct WINDOWPOS
public struct WINDOWPOS
type WINDOWPOS = struct
Public Structure WINDOWPOS
- Inheritance
-
WINDOWPOS
Fields
cx |
The x coordinate relative to x. |
cy |
The y coordinate relative to y. |
flags |
The flags. |
hwnd |
The window handler. |
hwndInsertAfter |
The other window handle. |
x |
The x coordinate. |
y |
The y coordinate. |