Method | Description | |
---|---|---|
GetRectangle ( this hWnd ) : |
||
GetWindowText ( |
||
Hide ( this wnd ) : void | ||
MoveToMiddleOf ( this wnd, |
||
MoveToMiddleOf ( this form, |
||
MoveToMiddleOf ( this wnd, |
||
Show ( this wnd ) : void | ||
ShowWindow ( |
Method | Description | |
---|---|---|
FindWindow ( string className, string windowName ) : |
||
GetForegroundWindow ( ) : |
||
GetWindowLong ( |
||
GetWindowRect ( |
||
GetWindowText ( |
||
GetWindowTextLength ( |
||
MoveWindow ( |
||
SendMessage ( |
||
SetForegroundWindow ( |
||
SetParent ( |
||
ShowWindow ( |
public static GetRectangle ( this hWnd ) : |
||
hWnd | this | |
return |
public static GetWindowText ( |
||
wnd | ||
return | string |
public static MoveToMiddleOf ( this wnd, |
||
wnd | this | |
refForm | ||
return | void |
public static MoveToMiddleOf ( this form, |
||
form | this | |
refWnd | ||
return | void |
public static MoveToMiddleOf ( this wnd, |
||
wnd | this | |
refRect | ||
return | void |
public static ShowWindow ( |
||
hWnd | ||
show | bool | |
return | bool |