GOA - System.Windows.Forms.ComboBox.ObjectCollection

ComboBox.ObjectCollection Class


Represents the collection of items in a ComboBox.

Definition

public class ComboBox.ObjectCollection: Object, IList

Members Table

MethodDescription
AddAdds an item to the ComboBox.ObjectCollection.
AddRangeAdds an array of items to the ComboBox.ObjectCollection.
ClearRemoves all items from the ComboBox.ObjectCollection.
ContainsDetermines whether the ComboBox.ObjectCollection contains a specific item.
CopyToOverloaded. Copies the elements of the ComboBox.ObjectCollection 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 iterate through the ComboBox.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 ComboBox.ObjectCollection.
InsertInserts an item into the ComboBox.ObjectCollection at the specified index.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves the specified item from the ComboBox.ObjectCollection.
RemoveAtRemoves the item at the specified index of the ComboBox.ObjectCollection.
System.Collections.ICollection.CopyToCopies the elements of the ComboBox.ObjectCollection into an Array, starting at a particular Array index.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets or sets the item at the specified index.
PropertyDescription
CountGets the number of items contained in the ComboBox.ObjectCollection.
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 ComboBox.ObjectCollection 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 ComboBox.ObjectCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the ComboBox.ObjectCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the ComboBox.ObjectCollection has a fixed size.

Inheritance Hierarchy

Object
ComboBox.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.