This topic has not yet been rated - Rate this topic

ListBox.ObjectCollection Methods

(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Add Adds an item to the list of items for a ListBox.
Public method AddRange Overloaded. Adds a group of items to the list of items for a ListBox.
Public method Supported by the .NET Compact Framework Clear Removes all items from the collection.
Public method Supported by the .NET Compact Framework Contains Determines whether the specified item is located within the collection.
Public method CopyTo Copies the entire collection into an existing array of objects at a specified location within the array.
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework GetEnumerator Returns an enumerator to use to iterate through the item collection.
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Supported by the .NET Compact Framework IndexOf Returns the index within the collection of the specified item.
Public method Supported by the .NET Compact Framework Insert Inserts an item into the list box at the specified index.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework Remove Removes the specified object from the collection.
Public method Supported by the .NET Compact Framework RemoveAt Removes the item at the specified index within the collection.
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.