C# 클래스 CenterWinDialog, Crypto-Notepad

상속: IDisposable
파일 보기 프로젝트 열기: Sigmanor/Crypto-Notepad

공개 메소드들

메소드 설명
CenterWinDialog ( Form owner ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
EnumThreadWindows ( int tid, EnumThreadWndProc callback, IntPtr lp ) : bool
GetClassName ( IntPtr hWnd, StringBuilder buffer, int buflen ) : int
GetCurrentThreadId ( ) : int
GetWindowRect ( IntPtr hWnd, RECT &rc ) : bool
MoveWindow ( IntPtr hWnd, int x, int y, int w, int h, bool repaint ) : bool
checkWindow ( IntPtr hWnd, IntPtr lp ) : bool
findDialog ( ) : void

메소드 상세

CenterWinDialog() 공개 메소드

public CenterWinDialog ( Form owner ) : System
owner Form
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void