How can I insert radiobutton in Menu as Menu item. I use WinForms and there I see only few option to insert other controls, but no radio :/
Also it’s impossible to drag it from Controls and drop in menu in Design View :/
How can I insert radiobutton in Menu as Menu item. I use WinForms and
Share
That’s probably because an actual “radio button” control as a menu item would be weird, when you can already show a menu item as “checked” using the “radio button style”. See the MenuItem.RadioCheck property.