CheckedListBox.CheckedIndexCollection
Wisej.Web.CheckedListBox CheckedIndexCollection
Last updated
Was this helpful?
Wisej.Web.CheckedListBox CheckedIndexCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection containing the indexes to the selected items in a .
: Returns the number of selected items.
: Returns a value indicating whether this collection can be modified.
: Returns the index of a checked item in the control.
Throws:
The index is less than zero.-or- The index is not in the collection.
Determines if the specified index is located within the collection.
index
The index 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 indexes.
index
The index of the checked item.
Returns: . true if the index 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 that specifies the index of the checked item or -1 if the index parameter is not in the checked indexes collection.