2025年云南特岗教师学科精讲课程

C# 选择器 checkedListBox 移动勾选
2014-08-29来源:易贤网

2025特岗教师学科精讲课,试看满意购买,配套纸质资料免费包邮!>>

private void buttonSendChoickedToNosend_Click(object sender, EventArgs e)

{

int end = this.checkedListBoxSend.Items.Count;

for (int i = 0; i < end ; i++)

{

if (checkedListBoxSend.GetItemChecked(i))

{

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

}

}

for (int j = 0; j < this.checkedListBoxSend.CheckedIndices.Count;)

{

this.checkedListBoxSend.Items.RemoveAt(this.checkedListBoxSend.CheckedIndices[0]);//删除

}

}

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

2025年云南成考学历提升预报名

2026公务员·事业单位培训课程试听报名

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