I'm working on a WPF App using Blend3/VS2008. I'm trying to make a menu where only one of the items can be checked, similar to a radio button set.
There doesn't appear to be a "GroupName" property that I can set on each MenuItem to designate it as part of a group, like I would do with radio buttons.
I found the post below, but it seems to only work with toolbar items, not regular menu items.