ItemCollection - ahatornn/clforms GitHub Wiki
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> |