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
Public Class SelectedObjectCollection
Inherits IList
Implements ICollection, IEnumerable
Properties
Count
Int32: Returns the number of selected items.
IsReadOnly
Boolean:
Item(index)
Object: Returns the selected item.
Methods
Add(value)
Returns: Boolean.
Returns: IEnumerator.
Returns: Int32.