This method selects (adds a check mark to) a specified radio button in a group and clears (removes a check mark from) all other radio buttons in the group. The CheckRadioButton method sends a BM_SETCHECK message to the specified radio button.
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
void CheckRadioButton( int nIDFirstButton, int nIDLastButton, int nIDCheckButton );
CWnd::GetCheckedRadioButton, CButton::SetCheck