Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox.
public class CheckedListBox.CheckedIndexCollection: Object, IList
The following table lists the members exposed by the CheckedListBox.CheckedIndexCollection object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description Add When implemented by a class, adds an item to the IList. (Inherited from IList) Clear When implemented by a class, removes all items from the IList. (Inherited from IList) Contains Overloaded. (Inherited from IList) CopyTo Copies the elements of the CheckedListBox.CheckedIndexCollection to an Array starting at a particular Array index. Equals Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) GetEnumerator Returns an enumerator that can be used to iterate through the CheckedIndices collection. GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) GetType Gets the Type of the current instance. (Inherited from Object) IndexOf Overloaded. (Inherited from IList) Insert When implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList) ReferenceEquals Determines whether the specified Object instances are the same instance. (Inherited from Object) Remove When implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList) RemoveAt When implemented by a class, removes the IList item at the specified index. (Inherited from IList) System.Collections.IList.Add Adds an index of a checked item to the CheckedListBox.CheckedIndexCollection. Always throws an exception. System.Collections.IList.Clear Removes all objects of the CheckedListBox.CheckedIndexCollection instance. Always throws an exception. System.Collections.IList.Contains Determines whether the CheckedListBox.CheckedIndexCollection contains a specific value. System.Collections.IList.IndexOf Determines the index of a specific element in the CheckedListBox.CheckedIndexCollection. System.Collections.IList.Insert Inserts an item into the CheckedListBox.CheckedIndexCollection at a specified index. Always throws an exception. System.Collections.IList.Remove Removes the first occurrence of a specific object from the CheckedListBox.CheckedIndexCollection. Always throws an exception. System.Collections.IList.RemoveAt Removes the element at the specified index of the CheckedListBox.CheckedIndexCollection instance. Always throws an exception. System.Collections.IList.this[] Gets or sets the element at the specified index. ToString Returns a String that represents the current Object. (Inherited from Object) this[] Overloaded. Gets or sets the element at the specified index. Properties
Property Description Count Gets the number of checked items in the CheckedListBox.CheckedIndexCollection. IsFixedSize When implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList) IsReadOnly Gets a value indicating whether the CheckedListBox.CheckedIndexCollection is read-only. IsSynchronized When implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection) SyncRoot When implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection) System.Collections.ICollection.IsSynchronized Gets a value indicating whether access to the CheckedListBox.CheckedIndexCollection is synchronized. System.Collections.ICollection.SyncRoot Gets an object that can be used to synchronize access to the CheckedListBox.CheckedIndexCollection. System.Collections.IList.IsFixedSize Gets a value indicating whether the CheckedListBox.CheckedIndexCollection has a fixed size.
ObjectCheckedListBox.CheckedIndexCollection
Namespace System.Windows.Forms Flash Library System.Windows.Forms.scl Flash Library Version 2.0.0.2118 Silverlight Library System.Windows.Forms.dll
| © 2003-2007 NETiKA Technologies. All rights reserved. |