コード例 #1
0
ファイル: WindowControl.cs プロジェクト: r12f/PSPlus
 public IntPtr GetDlgItem(int nID)
 {
     return(User32APIs.GetDlgItem(Hwnd, nID));
 }