C# Class Fluent.NativeMethods.WINDOWPLACEMENT

ファイルを表示 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property 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
return 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
return int

ptMaxPosition public_oe property

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

ptMinPosition public_oe property

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

rcNormalPosition public_oe property

Specifies the window's coordinates when the window is in the restored position.
public Rect rcNormalPosition
return 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
return int