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