Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
GetDlgItem
win32gui
.GetDlgItem
HWND =
GetDlgItem(
hDlg
, IDDlgItem
)
Retrieves the handle to a control in the specified dialog box.
Parameters
hDlg
:
PyHANDLE
Handle to a dialog window
IDDlgItem
: int
Identifier of one of the dialog's controls