GOA - System.Windows.Forms.CheckedListBox.CheckedIndexCollection

CheckedListBox.CheckedIndexCollection Class


Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox.

Definition

public class CheckedListBox.CheckedIndexCollection: Object, IList

Members Table

MethodDescription
AddWhen implemented by a class, adds an item to the IList. (Inherited from IList)
ClearWhen implemented by a class, removes all items from the IList. (Inherited from IList)
ContainsOverloaded. (Inherited from IList)
CopyToCopies the elements of the CheckedListBox.CheckedIndexCollection to an Array starting at a particular Array index.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an enumerator that can be used to iterate through the CheckedIndices collection.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
IndexOfOverloaded. (Inherited from IList)
InsertWhen implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveWhen implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList)
RemoveAtWhen implemented by a class, removes the IList item at the specified index. (Inherited from IList)
System.Collections.IList.AddAdds an index of a checked item to the CheckedListBox.CheckedIndexCollection. Always throws an exception.
System.Collections.IList.ClearRemoves all objects of the CheckedListBox.CheckedIndexCollection instance. Always throws an exception.
System.Collections.IList.ContainsDetermines whether the CheckedListBox.CheckedIndexCollection contains a specific value.
System.Collections.IList.IndexOfDetermines the index of a specific element in the CheckedListBox.CheckedIndexCollection.
System.Collections.IList.InsertInserts an item into the CheckedListBox.CheckedIndexCollection at a specified index. Always throws an exception.
System.Collections.IList.RemoveRemoves the first occurrence of a specific object from the CheckedListBox.CheckedIndexCollection. Always throws an exception.
System.Collections.IList.RemoveAtRemoves 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.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. Gets or sets the element at the specified index.
PropertyDescription
CountGets the number of checked items in the CheckedListBox.CheckedIndexCollection.
IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList)
IsReadOnlyGets a value indicating whether the CheckedListBox.CheckedIndexCollection is read-only.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the CheckedListBox.CheckedIndexCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the CheckedListBox.CheckedIndexCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the CheckedListBox.CheckedIndexCollection has a fixed size.

Inheritance Hierarchy

Object
CheckedListBox.CheckedIndexCollection

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.