Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. foreach (var item_select in checkBoxList1.CheckedItems)
  2. {
  3. checkBoxList1.Items[item_select].BackColor = Color.SeaGreen;
  4. }
Add Comment
Please, Sign In to add comment