2 references to GetDlgItem
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12024
hWnd = PInvoke.
GetDlgItem
(this, m.WParamInternal.HIWORD);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.GetDlgItem.cs (1)
12
HWND result =
GetDlgItem
(hDlg.Handle, nIDDlgItem);