ListBoxItemCollection Constructors
Represents the collection of items displayed in the ListBoxControl.| Name | Parameters | Description |
|---|---|---|
| ListBoxItemCollection() | none | Creates a new ListBoxItemCollection object. |
| ListBoxItemCollection(Int32) | capacity | Initializes a new instance of the ListBoxItemCollection class with the specified capacity. |
See Also