The ListBoxItemCollection class represents the collection of items in the ListBoxControl. Properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation. This class also serves as a base for ImageListBoxItemCollection and CheckedListBoxItemCollection classes which correspondingly represent the item collections in the image list box and checked list box controls.
ListBoxItemCollection objects can be accessed using the control's ListBoxControl.Items property.
System.Object
System.Collections.CollectionBase
ListBoxItemCollection
CheckedListBoxItemCollection
ImageListBoxItemCollection