Gets the items of the System.Windows.Forms.ListBox.
Documentation for this section has not yet been entered.
This property enables you to obtain a reference to the list of items that are currently stored in the System.Windows.Forms.ListBox. With this reference, you can add items, remove items, and obtain a count of the items in the collection. For more information about the tasks that can be performed with the item collection, see the System.Windows.Forms.ListBox.ObjectCollection class reference topics.
You can also manipulate the items of a System.Windows.Forms.ListBox by using the ListControl.DataSource property. If you use the ListControl.DataSource property to add items to a System.Windows.Forms.ListBox, you can view the items in the System.Windows.Forms.ListBox using the ListBox.Items property but you cannot add or remove items from the list using the methods of the System.Windows.Forms.ListBox.ObjectCollection.