CheckedListBoxItemCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add |
value, is |
Creates a new item with the specified value and state and appends it to the collection. |
Add |
value, is |
Creates a new item with the specified value and state and appends it to the collection. |
Add |
value, description, check |
Adds a new item with the specified settings to the collection. |
Add |
value, description | Adds a new item with the specified value and description to the collection. |
Add |
value, state, enabled | Creates a new item with the specified settings and appends it to the collection. |
Add |
value, state | Creates a new item with the specified value and check state and appends it to the collection. |
Add |
value | Adds a new item with the specified value to the collection. |