checkListbox的单选
首先要在前面的事件里面添加
this.checkedListBox3.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox3_ItemCheck);
然后在后面cs里面写:
Code
this.checkedListBox3.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox3_ItemCheck);
然后在后面cs里面写:
x单选





}
浙公网安备 33010602011771号