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.
Parameter | Type | Description |
---|---|---|
index |
Clears all the selected items.
Checks if the specified index is in the selected items collection.
Parameter | Type | Description |
---|---|---|
index | The index of the item to check. |
Returns: Boolean.
Returns: IEnumerator.
Finds the selected index in the collection.
Parameter | Type | Description |
---|---|---|
index |
Returns: Int32.
Unselects the specified index.
Parameter | Type | Description |
---|---|---|
index |