WindowPlacement Structure |
Namespace: ShellBoost.Core.Utilities
public struct WindowPlacement
The WindowPlacement type exposes the following members.
| Name | Description | |
|---|---|---|
| Flags |
Gets or sets the flags.
| |
| IsMinimized |
Gets a value indicating whether the window is minimized.
| |
| IsValid |
Returns true if this instance is valid.
| |
| Length |
Gets or sets the length.
| |
| MaxPositionX |
Gets or sets the maximum X position.
| |
| MaxPositionY |
Gets or sets the maximum Y position.
| |
| MinPositionX |
Gets or sets the minimum position x.
| |
| MinPositionY |
Gets or sets the minimum position y.
| |
| NormalPositionBottom |
Gets or sets the bottom normal position.
| |
| NormalPositionLeft |
Gets or sets the left normal position.
| |
| NormalPositionRight |
Gets or sets the right normal position.
| |
| NormalPositionTop |
Gets or sets the top normal position.
| |
| ShowCmd |
Gets or sets the show command.
|
| Name | Description | |
|---|---|---|
| GetPlacement |
Retrieves the show state and the restored, minimized, and maximized positions of the specified window.
| |
| SetPlacement |
Sets the show state and the restored, minimized, and maximized positions of the specified window.
|