示例#1
0
文件: HWND.cs 项目: sharoron/SharoLib
 public HWND GetChildWindow(Point p)
 {
     return(NativeMethod.ChildWindowFromPoint(this, p));
 }