메소드 | 설명 | |
---|---|---|
GetRectangle ( this hWnd ) : |
||
GetWindowText ( |
||
Hide ( this wnd ) : void | ||
MoveToMiddleOf ( this wnd, |
||
MoveToMiddleOf ( this form, |
||
MoveToMiddleOf ( this wnd, |
||
Show ( this wnd ) : void | ||
ShowWindow ( |
메소드 | 설명 | |
---|---|---|
FindWindow ( string className, string windowName ) : |
||
GetForegroundWindow ( ) : |
||
GetWindowLong ( |
||
GetWindowRect ( |
||
GetWindowText ( |
||
GetWindowTextLength ( |
||
MoveWindow ( |
||
SendMessage ( |
||
SetForegroundWindow ( |
||
SetParent ( |
||
ShowWindow ( |
public static GetRectangle ( this hWnd ) : |
||
hWnd | this | |
리턴 |
public static GetWindowText ( |
||
wnd | ||
리턴 | string |
public static MoveToMiddleOf ( this wnd, |
||
wnd | this | |
refForm | ||
리턴 | void |
public static MoveToMiddleOf ( this form, |
||
form | this | |
refWnd | ||
리턴 | void |
public static MoveToMiddleOf ( this wnd, |
||
wnd | this | |
refRect | ||
리턴 | void |
public static ShowWindow ( |
||
hWnd | ||
show | bool | |
리턴 | bool |