Skip to content

ItemCollection

Konoplev Anatolii edited this page Jun 11, 2020 · 3 revisions

ItemCollection<T>

Represents a collection of elements in Elements.ListBox

public class ItemCollection<T>: ListBoxCollection<T>

Inheritance ListBoxCollection<T> -> ItemCollection<T>

Constructors

Syntax Description
ItemCollection(ListBoxBase<T> owner) Initialize a new instance ItemCollection<T>

Clone this wiki locally