Méthode |
Description |
|
FindWindow ( [ className, [ windowName ) : IntPtr |
|
|
GetSystemMetrics ( int metric ) : int |
|
|
GetWindowLong ( NativeMethods hWnd, int nIndex ) : int |
|
|
GetWindowRect ( IntPtr hwnd, NativeMethods &rect ) : bool |
|
|
GetWindowRect ( NativeMethods hwnd, NativeMethods &rc ) : bool |
|
|
IsWindowEnabled ( IntPtr hWnd ) : bool |
|
|
IsWindowEnabled ( NativeMethods hwnd ) : bool |
|
|
IsWindowVisible ( IntPtr hWnd ) : bool |
|
|
MoveWindow ( [ handle, [ iX, [ iY, [ iWidth, [ iHeight, [ bRepaint ) : int |
|
|
SetProcessDPIAware ( ) : bool |
|
|