WINDOWPLACEMENT 字段 |
UnmanagedMethodsWINDOWPLACEMENT 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Flags |
Specifies flags that control the position of the minimized window and the method by which the window is restored.
| |
Length |
The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).
GetWindowPlacement and SetWindowPlacement fail if this member is not set correctly. | |
MaxPosition |
The coordinates of the window's upper-left corner when the window is maximized.
| |
MinPosition |
The coordinates of the window's upper-left corner when the window is minimized.
| |
NormalPosition |
The window's coordinates when the window is in the restored position.
| |
ShowCmd |
The current show state of the window.
|