CheckedListBox.ObjectCollection
| |
System.Windows.Forms (system.windows.forms.dll) | class |
This class represents the collection of items in a
CheckedListBox.
public class CheckedListBox.ObjectCollection : ObjectCollection {
// Public Constructors
public CheckedListBox.ObjectCollection(CheckedListBox owner);
// Public Instance Methods
public int Add(object item, bool isChecked);
public int Add(object item, CheckState check);
}
Hierarchy
System.Object
ObjectCollection(System.Collections.ILis,
System.Collections.ICollection,
System.Collections.IEnumerable)
ObjectCollection
|