PyCWnd.GetCheckedRadioButton
int = GetCheckedRadioButton(idFirst, idLast
)
Returns the ID of the checked radio button, or 0 if none is selected.
Parameters
idFirst : int
The Id of the first radio button in the group.idLast : int
The Id of the last radio button in the group.MFC References
CWnd::GetCheckedRadioButton