c# – 如何为checkedListBox项添加值
发布时间:2020-12-15 04:30:19 所属栏目:百科 来源:网络整理
导读:是否可以向checkedListBox项添加值和标题 checkedListBox1.Items.Insert(0,"title"); 如何添加还有价值? 解决方法 checkedListBox1.Items.Insert(0,new ListBoxItem("text","value"));
是否可以向checkedListBox项添加值和标题
checkedListBox1.Items.Insert(0,"title"); 如何添加还有价值? 解决方法checkedListBox1.Items.Insert(0,new ListBoxItem("text","value")); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |