Represents a collection which contains the indexes of the selected items in the ListBox.
public class ListBox.SelectedIndexCollection: Object, IList
The following table lists the members exposed by the ListBox.SelectedIndexCollection object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description Add When implemented by a class, adds an item to the IList. (Inherited from IList) Clear When implemented by a class, removes all items from the IList. (Inherited from IList) Contains Overloaded. (Inherited from IList) CopyTo Copies the elements of the ListBox.SelectedIndexCollection to an Array, starting at a particular Array index. Equals Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) GetEnumerator Returns an enumerator to use to iterate through the ListBox.SelectedIndexCollection. GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) GetType Gets the Type of the current instance. (Inherited from Object) IndexOf Overloaded. (Inherited from IList) Insert When implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList) ReferenceEquals Determines whether the specified Object instances are the same instance. (Inherited from Object) Remove When implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList) RemoveAt When implemented by a class, removes the IList item at the specified index. (Inherited from IList) System.Collections.IList.Add Adds an item to the ListBox.SelectedIndexCollection. System.Collections.IList.Clear Removes all items from the ListBox.SelectedIndexCollection. System.Collections.IList.Contains Determines whether the ListBox.SelectedIndexCollection contains a specific value. System.Collections.IList.IndexOf Determines the index of a specific item in ListBox.SelectedIndexCollection. System.Collections.IList.Insert Inserts an item to the ListBox.SelectedIndexCollection. System.Collections.IList.Remove Removes the first occurrence of a specific object from the ListBox.SelectedIndexCollection. System.Collections.IList.RemoveAt Removes the ListBox.SelectedIndexCollection item at the specified index. System.Collections.IList.this[] Gets or sets an item to the ListBox.SelectedIndexCollection. ToString Returns a String that represents the current Object. (Inherited from Object) this[] Overloaded. Gets or sets an item to the ListBox.SelectedIndexCollection. Properties
Property Description Count Gets the number of items in the ListBox.SelectedIndexCollection. IsFixedSize When implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList) IsReadOnly Gets a value indicating whether the ListBox.SelectedIndexCollection is read-only. IsSynchronized When implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection) SyncRoot When implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection) System.Collections.ICollection.IsSynchronized Gets a value indicating whether access to the ListBox.SelectedIndexCollection is synchronized. System.Collections.ICollection.SyncRoot Gets an object that can be used to synchronize access to the ListBox.SelectedIndexCollection. System.Collections.IList.IsFixedSize Gets a value indicating whether the ListBox.SelectedIndexCollection has a fixed size.
ObjectListBox.SelectedIndexCollection
Namespace System.Windows.Forms Flash Library System.Windows.Forms.scl Flash Library Version 2.0.0.2118 Silverlight Library System.Windows.Forms.dll
| © 2003-2007 NETiKA Technologies. All rights reserved. |