Table of Contents

Constructor ListBoxItems

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ListBoxItems()

Initializes a new instance of the ListBoxItems class.

public ListBoxItems()

ListBoxItems(BaseCollection<ListControlItem>)

Initializes a new instance of the ListBoxItems class to use live items from the specified collection.

public ListBoxItems(BaseCollection<ListControlItem> items)

Parameters

items BaseCollection<ListControlItem>

The source of the items.

ListBoxItems(IEnumerable<object>)

Initializes a new instance of the ListBoxItems class.

public ListBoxItems(IEnumerable<object> items)

Parameters

items IEnumerable<object>