ListBox.SelectedObjectCollection

Wisej.Web.ListBox SelectedObjectCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents the collection of selected items in the ListBox.

public class SelectedObjectCollection : IList, ICollection, IEnumerable

Properties

Count

Int32: Returns the number of selected items.

IsReadOnly

Boolean:

Item(index)

Object: Returns the selected item.

Methods

Add(value)

ParameterTypeDescription

value

Clear()

Contains(value)

ParameterTypeDescription

value

Returns: Boolean.

CopyTo(destination, index)

ParameterTypeDescription

destination

index

GetEnumerator()

Returns: IEnumerator.

IndexOf(value)

ParameterTypeDescription

value

Returns: Int32.

Remove(value)

ParameterTypeDescription

value

Last updated