| WINDOWPLACEMENT Structure |
Namespace: SandcastleBuilder.Gui
The WINDOWPLACEMENT type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| flags | Window position control flags | |
| length | The length of the structure | |
| ptMaxPosition_x | Window upper left when maximized | |
| ptMaxPosition_y | Window upper left when maximized | |
| ptMinPosition_x | Window upper left when minimized | |
| ptMinPosition_y | Window upper left when minimized | |
| rcNormalPosition_bottom | Window coordinates when in the restored position | |
| rcNormalPosition_left | Window coordinates when in the restored position | |
| rcNormalPosition_right | Window coordinates when in the restored position | |
| rcNormalPosition_top | Window coordinates when in the restored position | |
| showCmd | The current show state of the window |