Méthode |
Description |
|
GetParent ( IntPtr hWnd ) : IntPtr |
|
|
GetWindowText ( IntPtr hWnd, [ lpString, int nMaxCount ) : int |
|
|
GetWindowTextLength ( IntPtr hWnd ) : int |
|
|
MoveWindow ( IntPtr hWnd, int x, int y, int nWidth, int nHeight, bool bRepaint ) : bool |
|
|
Resize_Handler ( object sender, EventArgs e ) : void |
|
|
SetForegroundWindow ( IntPtr hWnd ) : int |
|
|
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr |
|
|
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr |
|
|
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool |
|
|
sync_Tick ( object sender, EventArgs e ) : void |
|
|