ListBox.SelectedObjectCollection

Wisej.Web.ListBox SelectedObjectCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Represents the collection of selected items in the ListBox.

public class SelectedObjectCollection : IList, ICollection, IEnumerable

Properties

Count

Int32arrow-up-right: Returns the number of selected items.

IsReadOnly

Booleanarrow-up-right: Returns whether the collection is read-only.

Item(index)

Objectarrow-up-right: Returns the selected item.

Methods

Add(value)

Parameter
Type
Description

Clear()

Contains(value)

Parameter
Type
Description

Returns: Booleanarrow-up-right.

CopyTo(destination, index)

Parameter
Type
Description

GetEnumerator()

Returns: IEnumeratorarrow-up-right.

IndexOf(value)

Parameter
Type
Description

Returns: Int32arrow-up-right.

Remove(value)

Parameter
Type
Description

Last updated

Was this helpful?