本文介绍了C#帮助添加单选按钮/MenuStrip的选项按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是C#语言的初学者,因此我需要天才对此方案提供一些帮助:我需要为菜单栏添加一个单选按钮.我已经将CheckOnClick
属性更改为true
,但是我需要一个用于选择单选按钮的选项.您可以从Windows
计算器菜单栏中看到它(单击查看").如何通过MenuStrip
属性访问它?
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?
推荐答案
如果导航到
msdn.microsoft.com/en-us/library/ms404318.aspx
您将看到它是如何完成的;)!
you will see how it's done ;)!
这篇关于C#帮助添加单选按钮/MenuStrip的选项按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!