Below we can get the checkedItems within a checkedListBox but I have
attempted to find the unchecked items but I cannot seem to find a method. Is
there one or can I somehow manipulate the below code to find the uncChecked
items?
Dim ItemtoSet As New ArrayList
For Each CheckedItem As Object In ChkListBoxRouti nes.CheckedItem s
ItemtoSet.Add(C heckedItem)
Next
attempted to find the unchecked items but I cannot seem to find a method. Is
there one or can I somehow manipulate the below code to find the uncChecked
items?
Dim ItemtoSet As New ArrayList
For Each CheckedItem As Object In ChkListBoxRouti nes.CheckedItem s
ItemtoSet.Add(C heckedItem)
Next
Comment