ListBox.SelectedObjectCollection
Wisej.Web.ListBox SelectedObjectCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of selected items in the ListBox.
Properties
Count

Int32: Returns the number of selected items.
IsReadOnly

Boolean: Returns whether the collection is read-only.
Item(index)

Object: Returns the selected item.
Methods
Add(value)

Parameter
Type
Description
Clear()

Contains(value)

Parameter
Type
Description
Returns: Boolean.
CopyTo(destination, index)

GetEnumerator()

Returns: IEnumerator.
IndexOf(value)

Parameter
Type
Description
Returns: Int32.
Remove(value)

Parameter
Type
Description
Last updated
Was this helpful?