コード例 #1
0
ファイル: HWND.cs プロジェクト: sharoron/SharoLib
 public HWND GetChildWindow(Point p)
 {
     return(NativeMethod.ChildWindowFromPoint(this, p));
 }