March 2003
Intermediate to advanced
896 pages
32h 35m
English
CheckedListBox.ObjectCollection
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); }
System.Object
→ ObjectCollection(System.Collections.ILis,
System.Collections.ICollection,
System.Collections.IEnumerable)
→ ObjectCollection
Read now
Unlock full access