GOA - System.Windows.Forms.CheckedListBox.ObjectCollection

CheckedListBox.ObjectCollection Class


Represents the collection of items in a CheckedListBox.

Definition

public new class CheckedListBox.ObjectCollection: ListBox.ObjectCollection

Members Table

MethodDescription
AddOverloaded. (Inherited from ListBox.ObjectCollection)
AddRangeOverloaded. Adds an array of items to the ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
ClearRemoves all items from the ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
ContainsDetermines whether the specified item is located within the ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
CopyToCopies the elements of the ListBox.ObjectCollection to an Array, starting at a particular Array index. (Inherited from ListBox.ObjectCollection)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an enumerator to use to iterate through the ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
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 ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
InsertInserts an item into the ListBox.ObjectCollection at the specified index. (Inherited from ListBox.ObjectCollection)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves the specified object from the collection. (Inherited from ListBox.ObjectCollection)
RemoveAtRemoves the item at the specified index within the collection. (Inherited from ListBox.ObjectCollection)
System.Collections.ICollection.CopyToCopies the elements of the ListBox.ObjectCollection into an Array, starting at a particular Array index. (Inherited from ListBox.ObjectCollection)
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets or sets the item at the specified index within the collection. (Inherited from ListBox.ObjectCollection)
PropertyDescription
CountGets the number of items contained in the ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
IsReadOnlyGets a value indicating whether the ListBox.ObjectCollection is read-only. (Inherited from ListBox.ObjectCollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the ListBox.ObjectCollection is synchronized. (Inherited from ListBox.ObjectCollection)
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the ListBox.ObjectCollection. (Inherited from ListBox.ObjectCollection)
System.Collections.IList.IsFixedSizeGets a value indicating whether the ListBox.ObjectCollection has a fixed size. (Inherited from ListBox.ObjectCollection)

Inheritance Hierarchy

Object
ListBox.ObjectCollection
CheckedListBox.ObjectCollection

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.