Click or drag to resize

WindowPlacement Structure

Contains information about the placement of a window on the screen. This is a wrapper on Windows' WINDOWPLACEMENT structure.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public struct WindowPlacement

The WindowPlacement type exposes the following members.

Properties
  NameDescription
Public propertyFlags
Gets or sets the flags.
Public propertyIsMinimized
Gets a value indicating whether the window is minimized.
Public propertyIsValid
Returns true if this instance is valid.
Public propertyLength
Gets or sets the length.
Public propertyMaxPositionX
Gets or sets the maximum X position.
Public propertyMaxPositionY
Gets or sets the maximum Y position.
Public propertyMinPositionX
Gets or sets the minimum position x.
Public propertyMinPositionY
Gets or sets the minimum position y.
Public propertyNormalPositionBottom
Gets or sets the bottom normal position.
Public propertyNormalPositionLeft
Gets or sets the left normal position.
Public propertyNormalPositionRight
Gets or sets the right normal position.
Public propertyNormalPositionTop
Gets or sets the top normal position.
Public propertyShowCmd
Gets or sets the show command.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodStatic memberGetPlacement
Retrieves the show state and the restored, minimized, and maximized positions of the specified window.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetPlacement
Sets the show state and the restored, minimized, and maximized positions of the specified window.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also