【发布时间】:2013-02-11 08:38:45
【问题描述】:
我在 TileContainer 上有一个 CheckButton。 我在 CheckButton 的 Checked 事件上显示了一个弹出菜单。 现在,我需要在事件结束时取消选中 CheckButton。
this.tileContainer1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
new DevExpress.XtraBars.Docking2010.WindowsUIButton("ShowList", global::DMS.Properties.Resources.speech_bubble, -1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, 0)});
【问题讨论】:
-
请提供按钮初始化代码...
标签: winforms microsoft-metro devexpress devexpress-windows-ui