CMenu::CheckMenuRadioItem

Call this member function to check a specified menu item and make it a radio item. At the same time, the function unchecks all other menu items in the associated group and clears the radio-item type flag for those items.

Syntax

BOOL CheckMenuRadioItem( UINT nIDFirst, UINT nIDLast, UINT nIDItem, UINT nFlags );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CMenu Overview, CMenu Member Functions, Class, Hierarchy, Chart_vcce_Hierarchy_Chart, CMenu::CheckMenuItem_vcce_CMenu_CheckMenuItem, CMenu::GetMenuState_vcce_CMenu_GetMenuState