Constructor ListBoxItems
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
itemsBaseCollection<ListControlItem>The source of the items.
ListBoxItems(IEnumerable<object>)
Initializes a new instance of the ListBoxItems class.
public ListBoxItems(IEnumerable<object> items)
Parameters
itemsIEnumerable<object>