PyCWnd.GetDlgItemInt
int = GetDlgItemInt(idControl, bUnsigned )
Returns the integer value of a child window or control with the specified ID.
Parameters
MFC References
Return Value
If the value can not be converted, a ValueError is raised.
int = GetDlgItemInt(idControl, bUnsigned )
Returns the integer value of a child window or control with the specified ID.