Example #1
0
 public IntPtr GetDlgItem(int nID)
 {
     return(User32APIs.GetDlgItem(Hwnd, nID));
 }