C# Class Fluent.NativeMethods.WINDOWPLACEMENT

Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
flags int
length int
ptMaxPosition POINT
ptMinPosition POINT
rcNormalPosition Rect
showCmd int

Property Details

flags public_oe property

Specifies flags that control the position of the minimized window and the method by which the window is restored. This member can be one or more of the following values.
public int flags
Résultat int

length public_oe property

Specifies the length, in bytes, of the structure. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof( WINDOWPLACEMENT).
public int length
Résultat int

ptMaxPosition public_oe property

Specifies the coordinates of the window's upper-left corner when the window is maximized.
public POINT ptMaxPosition
Résultat POINT

ptMinPosition public_oe property

Specifies the coordinates of the window's upper-left corner when the window is minimized.
public POINT ptMinPosition
Résultat POINT

rcNormalPosition public_oe property

Specifies the window's coordinates when the window is in the restored position.
public Rect rcNormalPosition
Résultat Rect

showCmd public_oe property

Specifies the current show state of the window. This member can be one of the following values.
public int showCmd
Résultat int