Click or drag to resize

ObjectCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(Object)
Adds an item to the list of items for a ListBox.
(Inherited from ListBoxObjectCollection.)
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