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