CheckedListBox.CheckedObjectCollection
Wisej.Web.CheckedListBox CheckedObjectCollection
Last updated
Was this helpful?
Wisej.Web.CheckedListBox CheckedObjectCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of checked items in the .
: Returns the number of selected items.
: Returns a value indicating whether this collection can be modified.
: Return an item in the checked items collection.
Throws:
The object cannot be set.
Determines if the specified item is located within the collection.
item
An object representing the item to locate in the collection.
Copies the entire collection into an existing array at a specified location within the array.
array
The destination array.
index
The zero-based relative index in array at which copying begins.
Throws:
Returns an index into the collection of checked items.
item
The object whose index you want to retrieve. This object must belong to the checked items collection.
Returns: . true if the item is located within the collection; otherwise, false.
array is null.
array is multidimensional.
index is less than zero.
The number of elements in the source is greater than the available space from index to the end of the destination .
The type of the source cannot be cast automatically to the type of the destination .
Returns an enumerator that can be used to iterate through the collection.
Returns: . An for navigating through the list.
Returns: . The index of the object in the checked item collection or -1 if the object is not in the collection.