WindowPlacement Structure |
Namespace: callback.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 | |
---|---|---|
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.) | |
GetPlacement |
Retrieves the show state and the restored, minimized, and maximized positions of the specified window.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetPlacement |
Sets the show state and the restored, minimized, and maximized positions of the specified window.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |