GOA - System.Windows.Forms.ListBox.ObjectCollection

ListBox.ObjectCollection Class


Represents the collection of items in a ListBox.

Definition

public class ListBox.ObjectCollection: Object, IList

Members Table

MethodDescription
AddAdds an item to the list of items for the ListBox.ObjectCollection.
AddRangeOverloaded. Adds an array of items to the ListBox.ObjectCollection.
ClearRemoves all items from the ListBox.ObjectCollection.
ContainsDetermines whether the specified item is located within the ListBox.ObjectCollection.
CopyToOverloaded. Copies the elements of the ListBox.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 to use to iterate through the 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.
InsertInserts an item into the ListBox.ObjectCollection at the specified index.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves the specified object from the collection.
RemoveAtRemoves the item at the specified index within the collection.
System.Collections.ICollection.CopyToCopies the elements of the ListBox.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 within the collection.
PropertyDescription
CountGets the number of items contained in the ListBox.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 ListBox.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 ListBox.ObjectCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the ListBox.ObjectCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the ListBox.ObjectCollection has a fixed size.

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.