Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CWnd::CheckRadioButton
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void CheckRadioButton( int nIDFirstButton, int nIDLastButton,
                         int nIDCheckButton );
 
  Parameter        Description
 
  <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
 
  Checks the radio button specified by <nIDCheckButton> and removes the
  check mark from all other radio buttons in the group of buttons
  specified by <nIDFirstButton> and <nIDLastButton>. Checking a radio
  button turns the radio button on or off.
 
  See Also
 
  CWnd::GetCheckedRadioButton, ::CheckRadioButton
 
 
                                     -♦-