Call this member function to select (add a check mark to) a given radio button in a group and clear (remove a check mark from) all other radio buttons in the group. The CheckRadioButton function sends a BM_SETCHECK message to the specified radio button.
void CheckRadioButton( int nIDFirstButton, int nIDLastButton, int nIDCheckButton );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::GetCheckedRadioButton, CButton::SetCheck