CWnd::CheckRadioButton

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.

At a Glance

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

Syntax

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

See Also

CWnd::GetCheckedRadioButton, CButton::SetCheck