Click or drag to resize

KryptonCheckedListBoxObjectCollectionAdd Method

Overload List
 NameDescription
Public methodAdd(Object)Adds an item to the list of items for a ListBox.
Public methodAdd(Object, Boolean) Adds an item to the list of items for a CheckedListBox, specifying the object to add and whether it is checked.
Public methodAdd(Object, CheckState) Adds an item to the list of items for a CheckedListBox, specifying the object to add and the initial checked value.
Top
See Also