C# Class CenterWinDialog, Crypto-Notepad

Inheritance: IDisposable
ファイルを表示 Open project: Sigmanor/Crypto-Notepad

Public Methods

Method Description
CenterWinDialog ( Form owner ) : System
Dispose ( ) : void

Private Methods

Method Description
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

Method Details

CenterWinDialog() public method

public CenterWinDialog ( Form owner ) : System
owner Form
return System

Dispose() public method

public Dispose ( ) : void
return void