获取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技术专栏

2025公考·省考培训课程试听预约报名

  • 报班类型
  • 姓名
  • 手机号
  • 验证码
推荐信息