Check If A CheckListBox Item Is Checked


This is just a method call however I didn't know how to do it and it took me a while to find it online, hope this saves you some time.

        Dim IsItemChecked as Boolean = CheckListBoxName.GetItemCheckState(ItemNumber)

No comments:

Post a Comment