C# Help For Adding Radio Button / Options Button For MenuStrip
02:03 08 Jun 2010

I'm a beginner in C# language, so I need some help from the geniuses with this scheme: I need to add a radio button for a menu strip. I've already changed the, CheckOnClick property to true, but I need an option for radio button selection. You can see it from the Windows calculator menu bar (click View). How can I get to it via the MenuStrip property?

c# radio-button menustrip