예제 #1
0
파일: HWND.cs 프로젝트: sharoron/SharoLib
 public HWND GetChildWindow(Point p)
 {
     return(NativeMethod.ChildWindowFromPoint(this, p));
 }