C# 選擇器 checkedListBox 移動勾選
來源:易賢網 閱讀:2051 次 日期:2014-08-29 11:01:43
溫馨提示:易賢網小編為您整理了“C# 選擇器 checkedListBox 移動勾選”,方便廣大網友查閱!

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技術專欄

更多信息請查看網絡編程
易賢網手機網站地址:C# 選擇器 checkedListBox 移動勾選
關于我們 | 聯(lián)系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點

版權所有:易賢網