Click or drag to resize
Sandcastle Help File BuilderWINDOWPLACEMENT Structure
This structure is used to get and set the main form's position

Namespace: SandcastleBuilder.Gui
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public struct WINDOWPLACEMENT

The WINDOWPLACEMENT type exposes the following members.

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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldflags
Window position control flags
Public fieldlength
The length of the structure
Public fieldptMaxPosition_x
Window upper left when maximized
Public fieldptMaxPosition_y
Window upper left when maximized
Public fieldptMinPosition_x
Window upper left when minimized
Public fieldptMinPosition_y
Window upper left when minimized
Public fieldrcNormalPosition_bottom
Window coordinates when in the restored position
Public fieldrcNormalPosition_left
Window coordinates when in the restored position
Public fieldrcNormalPosition_right
Window coordinates when in the restored position
Public fieldrcNormalPosition_top
Window coordinates when in the restored position
Public fieldshowCmd
The current show state of the window
Top
See Also