摘要: CheckComboboxEdit //清空项 checkedComboBoxEdit1.Properties.Items.Clear(); //自定义数组 string[] strs=new string[]{"新建","审批中","已完成","已撤销"}; //添加项 checkedComboB 阅读全文
posted @ 2018-05-31 18:37 BloggerSb 阅读(12828) 评论(0) 推荐(0)