Exemplo n.º 1
0
 public HWND GetChildWindow(Point p)
 {
     return(NativeMethod.ChildWindowFromPoint(this, p));
 }