CheckedListBoxItemCollection Constructors
Represents the CheckedListBoxControl‘s item collection.| Name | Parameters | Description |
|---|---|---|
| CheckedListBoxItemCollection() | none | Creates a new CheckedListBoxItemCollection object. |
| CheckedListBoxItemCollection(Int32) | capacity | Initializes a new instance of the CheckedListBoxItemCollection class with the specified capacity. |
See Also