win32gui.CheckMenuRadioItem

CheckMenuRadioItem(hMenu, idFirst, idLast, idCheck, uFlags)

Checks a specified menu item and makes it a radio item. At the same time, the function clears all other menu items in the associated group and clears the radio-item type flag for those items.

Parameters

hMenu : int

handle to menu

idFirst : int

identifier or position of first item

idLast : int

identifier or position of last item

idCheck : int

identifier or position of item to check

uFlags : int

options