ObjectCollection Methods |
The KryptonCheckedListBoxObjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Object) | Adds an item to the list of items for a ListBox. (Inherited from ListBoxObjectCollection.) | |
| 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.
| |
| AddRange(ListBoxObjectCollection) | Adds the items of an existing ListBoxObjectCollection to the list of items in a ListBox. (Inherited from ListBoxObjectCollection.) | |
| AddRange(Object) | Adds an array of items to the list of items for a ListBox. (Inherited from ListBoxObjectCollection.) | |
| Clear | Removes all items from the collection. (Inherited from ListBoxObjectCollection.) | |
| Contains | Determines whether the specified item is located within the collection. (Inherited from ListBoxObjectCollection.) | |
| CopyTo | Copies the entire collection into an existing array of objects at a specified location within the array. (Inherited from ListBoxObjectCollection.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator to use to iterate through the item collection. (Inherited from ListBoxObjectCollection.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Returns the index within the collection of the specified item. (Inherited from ListBoxObjectCollection.) | |
| Insert | Inserts an item into the list box at the specified index. (Inherited from ListBoxObjectCollection.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | Removes the specified object from the collection. (Inherited from ListBoxObjectCollection.) | |
| RemoveAt | Removes the item at the specified index within the collection. (Inherited from ListBoxObjectCollection.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |