CheckMenuRadioItem

CheckMenuRadioItemで、指定したメニュー上のラジオ項目を選択する。

CheckMenuRadioItem 関数 (winuser.h) - Win32 apps | Microsoft Learn

CheckMenuRadioItem.cppで、

こう書くと、

Itm3-1を選択
Itm3-1を選択

Itm3-1を選択。

Item3-1にチェックが入ってる。
Item3-1にチェックが入ってる。

Item3-1にチェックが入ってる。
Item3-2を選択。

Item3-2にチェック。
Item3-2にチェック。

Item3-2にチェック。
Item3-3を選択。

Item3-3にチェック。
Item3-3にチェック。

Item3-3にチェック。

Sample/winapi/CheckMenuRadioItem/CheckMenuRadioItem/src/CheckMenuRadioItem at master · bg1bgst333/Sample · GitHub