CWnd::CheckRadioButton 

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

Parameters

nIDFirstButton

Specifies the integer identifier of the first radio button in the group.

nIDLastButton

Specifies the integer identifier of the last radio button in the group.

nIDCheckButton

Specifies the integer identifier of the radio button to be checked.

Remarks

Selects (adds a check mark to) a given radio button in a group and clears (removes a check mark from) all other radio buttons in the group.

The CheckRadioButton function sends a BM_SETCHECK message to the specified radio button.

CWnd OverviewClass MembersHierarchy Chart

See Also   CWnd::GetCheckedRadioButton, CButton::SetCheck, ::CheckRadioButton