ListBox.SelectedIndexCollection
Wisej.Web.ListBox SelectedIndexCollection
Last updated
Wisej.Web.ListBox SelectedIndexCollection
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the collection containing the indexes to the selected items in a ListBox.
Int32: Returns the number of selected items.
Boolean: Returns whether the collection is read-only.
Int32: Returns the index of the selected item.
Selects the item at the specified index.
index
Clears all the selected items.
Checks if the specified index is in the selected items collection.
index
The index of the item to check.
Returns: Boolean.
destination
index
Returns: IEnumerator.
Finds the selected index in the collection.
index
Returns: Int32.
Unselects the specified index.
index