GOA - System.Windows.Forms.ListBox.SelectedObjectCollection

ListBox.SelectedObjectCollection Class


Represents a collection which contains the selected items of the ListBox.

Definition

public class ListBox.SelectedObjectCollection: 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 specified item is located within the ListBox.SelectedObjectCollection.
CopyToCopies the elements of the ListBox.SelectedObjectCollection 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.SelectedObjectCollection.
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)
IndexOfReturns the index within the ListBox.SelectedObjectCollection of the specified item.
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 ListBox.SelectedObjectCollection.
System.Collections.IList.ClearRemoves all items from the ListBox.SelectedObjectCollection.
System.Collections.IList.InsertInserts an item to the ListBox.SelectedObjectCollection.
System.Collections.IList.RemoveRemoves the first occurrence of a specific object from the ListBox.SelectedObjectCollection.
System.Collections.IList.RemoveAtRemoves the ListBox.SelectedObjectCollection item at the specified index.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets the item at the specified index within the collection.
PropertyDescription
CountGets the number of items in the ListBox.SelectedObjectCollection.
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.SelectedObjectCollection 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.SelectedObjectCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the ListBox.SelectedObjectCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the ListBox.SelectedObjectCollection has a fixed size.

Inheritance Hierarchy

Object
ListBox.SelectedObjectCollection

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.