Last Updated 2003/02/13
Programming Tips Visual C++ MFC 他のコントロール  索 引 
ラジオボタンの操作
2003/02/13

設定は CWnd::CheckRadioButton() などで.
取得は GetCheckedRadioButton(),IsDlgButtonChecked() などで.

SendDlgItemMessage(hwndDlg, id, BM_SETCHECK, 1, 0) としても設定可能である.


参照
ラジオボタンの操作(ループ使用)
ラジオボタンの操作(イベント)
前後のTips
ラジオボタンの操作

DSS ProgrammingTipsCGI Ver2.02