我在TileContainer上有一個CheckButton。 我在CheckButton的Checked Event上展示了一個PopUp菜單。 現在,我需要在事件結束時取消選中CheckButton。如何使TileContainer上的自定義CheckButton被選中false DevExpress
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)});
請提供按鈕初始化代碼... – DmitryG 2013-02-11 10:57:42