GOA - System.Windows.Forms.CheckedListBox.CheckedItemCollection

CheckedListBox.CheckedItemCollection Class


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

Definition

public class CheckedListBox.CheckedItemCollection: 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)
ContainsDetermines whether the CheckedListBox.CheckedItemCollection contains a specific item.
CopyToCopies the elements of the CheckedListBox.CheckedItemCollection 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 CheckedItems 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)
IndexOfDetermines the index of a specific item in the CheckedListBox.CheckedItemCollection.
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 item to the CheckedListBox.CheckedItemCollection. Always throws an exception.
System.Collections.IList.ClearRemoves all objects of the CheckedListBox.CheckedItemCollection instance. Always throws an exception.
System.Collections.IList.InsertInserts an item into the CheckedListBox.CheckedItemCollection at a specified index. Always throws an exception.
System.Collections.IList.RemoveRemoves the first occurrence of a specific object from the CheckedListBox.CheckedItemCollection. Always throws an exception.
System.Collections.IList.RemoveAtRemoves the item at the specified index of the CheckedListBox.CheckedItemCollection instance. Always throws an exception.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets or sets an object in the CheckedListBox.CheckedItemCollection.
PropertyDescription
CountGets the number of items in the CheckedListBox.CheckedItemCollection.
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.CheckedItemCollection 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.CheckedItemCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the CheckedListBox.CheckedItemCollection.
System.Collections.IList.IsFixedSizeGets a value indiacting whether the CheckedListBox.CheckedItemCollection has a fixed size.

Inheritance Hierarchy

Object
CheckedListBox.CheckedItemCollection

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.