Method | Description | |
---|---|---|
CenterWinDialog ( Form owner ) : System | ||
Dispose ( ) : void |
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 |
public CenterWinDialog ( Form owner ) : System | ||
owner | Form | |
return | System |