获取checkedListBox 选中的项并且移动
2014-08-29来源:

private void buttonSendChoickedToNosend_Click(object sender, EventArgs e)

{

for (int i = 0; i < this.checkedListBoxSend.CheckedItems.Count; i++)

{

this.checkedListBoxSiftEmail.Items.Add(checkedListBoxSend.GetItemText(checkedListBoxSend.Items[i]));

this.checkedListBoxSend.Items.RemoveAt(i);

}

}

更多信息请查看IT技术专栏

推荐信息
Baidu
map