Exemplo n.º 1
0
 public HWND GetChildWindowEx(Point p)
 {
     return(NativeMethod.ChildWindowFromPointEx(this, p, WindowFromPointFlags.CWP_ALL));
 }