




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to list-based controls in programming, specifically focusing on combobox, listbox, and checkedlistbox. It covers their properties, methods, and events, as well as how to add items at design-time and run-time.
Typology: Slides
1 / 8
This page cannot be seen from the preview
Don't miss anything!





There are several controls that work with lists ComboBox ListBox CheckedListBox
The DropDownStyle property controls how the list drops-down, and whether the box is editable Count contains the number of items in the list Adding and removing items works the same way as any collection Add , Insert , Clear , Remove
Set the Items property using the String Collection Editor
It’s really a ComboBox that does not drop- down Most of the properties work the same way Set the SelectionMode property to select one or many items One , MultiSimple , MultiExtended Call GetSelected and SetSelected to determine whether an item is selected or to select an item
It’s really just a ListBox control