COleControlContainer::CheckRadioButton

Selects a specified radio button in a group and clears the remaining buttons in the group.

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

Parameters

  • nIDFirstButton
    Specifies the identifier of the first radio button in the group.

  • nIDLastButton
    Specifies the identifier of the last radio button in the group.

  • nIDCheckButton
    Specifies the identifier of the radio button to be checked.

Requirements

Header: afxocc.h

See Also

Reference

COleControlContainer Class

Hierarchy Chart

Other Resources

COleControlContainer Members