C# 클래스 Fluent.NativeMethods.WINDOWPLACEMENT

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags int
length int
ptMaxPosition POINT
ptMinPosition POINT
rcNormalPosition Rect
showCmd int

프로퍼티 상세

flags 공개적으로 프로퍼티

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
리턴 int

length 공개적으로 프로퍼티

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

ptMaxPosition 공개적으로 프로퍼티

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

ptMinPosition 공개적으로 프로퍼티

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

rcNormalPosition 공개적으로 프로퍼티

Specifies the window's coordinates when the window is in the restored position.
public Rect rcNormalPosition
리턴 Rect

showCmd 공개적으로 프로퍼티

Specifies the current show state of the window. This member can be one of the following values.
public int showCmd
리턴 int