-
Notifications
You must be signed in to change notification settings - Fork 1
ItemCollection
Konoplev Anatolii edited this page Jun 11, 2020
·
3 revisions
Represents a collection of elements in Elements.ListBox
public class ItemCollection<T>: ListBoxCollection<T>Inheritance ListBoxCollection<T> -> ItemCollection<T>
| Syntax | Description |
|---|---|
| ItemCollection(ListBoxBase<T> owner) | Initialize a new instance ItemCollection<T> |