SelectedItemCollection Properties
Represents a collection of selected items 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 SelectedItemCollection. |
See Also