The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: How to make DropDown CheckedListBox in VB.net
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Hirendra SisodiyaPosted Nov 6, 2012, 4:49 AM
use the Items property of the control as shown below: DropDownCheckedListBox1.Items
S PattersonPosted Nov 5, 2012, 2:44 PM
This looks like just what I need, but I'm a newbie and don't know how to get the items selected. I need to take the list of selected items and pass them as a comma separated list, but am not sure how to access the list of selected items.