CheckedListBox1 .SelectedValue does not seem to have a mechanism for identifying the selected items. It just takes the first item. There doesn't seem to be a way to relate checked items to selected values.
Is there a way to get the selected value for all checked items in a checkedListBox?
Thanks