ListBox.SelectedIndexCollection

Wisej.Web.ListBox SelectedIndexCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the collection containing the indexes to the selected items in a ListBox.

public class SelectedIndexCollection : IList, ICollection, IEnumerable

Properties

Int32: Returns the number of selected items.

Boolean: Returns whether the collection is read-only.

Int32: Returns the index of the selected item.

Methods

Selects the item at the specified index.

ParameterTypeDescription

index

Clears all the selected items.

Checks if the specified index is in the selected items collection.

ParameterTypeDescription

index

The index of the item to check.

Returns: Boolean.

ParameterTypeDescription

destination

index

Returns: IEnumerator.

Finds the selected index in the collection.

ParameterTypeDescription

index

Returns: Int32.

Unselects the specified index.

ParameterTypeDescription

index

Last updated