【发布时间】:2013-12-05 06:29:54
【问题描述】:
在我的表单中,我添加了 RibbonControl。我需要使用该 RibbonControl 组中的 RadioButton。在普通的 MS Visual Studio 单选框中,我编写了这样的代码
if(gender.Checked) {//code} on CheckedChanged Event
但我没有在 Ribbon Control 的 RadioGruop 中找到 checkedChanged 事件。
【问题讨论】:
标签: c# winforms devexpress