CWnd::CheckRadioButton

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.

Syntax

void CheckRadioButton( int nIDFirstButton, int nIDLastButton, int nIDCheckButton );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::GetCheckedRadioButton, CButton::SetCheck