SelectedIndexCollection Properties
Represents a collection of selected items’ indices within a list box editor.Name | Description |
---|---|
Count | Gets the number of items contained within the collection. Inherited from SelectedItemAndIndexCollectionBase. |
Item[Int32] | Provides indexed access to individual items within the SelectedIndexCollection. |
See Also