C# 클래스 AEMManager.Util.SystemUtil

파일 보기 프로젝트 열기: wcm-io-devops/aem-manager

공개 메소드들

메소드 설명
RestoreWindowPos ( Form pfrm, int left, int top, int width, int height, FormWindowState windowState = FormWindowState.Normal ) : void

Restores the last saved position/state of given form from the registry.

SaveWindowPos ( Form pfrm ) : void

Saved current position/state of given form in registry.

메소드 상세

RestoreWindowPos() 공개 정적인 메소드

Restores the last saved position/state of given form from the registry.
public static RestoreWindowPos ( Form pfrm, int left, int top, int width, int height, FormWindowState windowState = FormWindowState.Normal ) : void
pfrm System.Windows.Forms.Form Form instance
left int
top int
width int
height int
windowState FormWindowState
리턴 void

SaveWindowPos() 공개 정적인 메소드

Saved current position/state of given form in registry.
public static SaveWindowPos ( Form pfrm ) : void
pfrm System.Windows.Forms.Form Form instance
리턴 void