CheckedListBox.ObjectCollection.Add Method
.NET Framework 2.0
Adds an item to the list of items for a CheckedListBox.
| Name | Description |
|---|---|
| CheckedListBox.ObjectCollection.Add (Object) | Adds an item to the list of items for a ListBox. |
| CheckedListBox.ObjectCollection.Add (Object, Boolean) | Adds an item to the list of items for a CheckedListBox, specifying the object to add and whether it is checked. |
| CheckedListBox.ObjectCollection.Add (Object, CheckState) | Adds an item to the list of items for a CheckedListBox, specifying the object to add and the initial checked value. |