选中checkListBox所有项 for (int i = 0; i < frm.checkedListBox1.Items.Count; i++) { frm.checkedListBox1.SetItemChecked(i, true); }