GOA - System.Windows.Forms.ListBox.SelectedIndexCollection

ListBox.SelectedIndexCollection Class


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

Definition

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

Inheritance Hierarchy

Object
ListBox.SelectedIndexCollection

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.