xtd 0.2.0
Loading...
Searching...
No Matches

◆ items() [1/3]

object_collection & xtd::forms::domain_up_down::items ( )
noexcept

Gets an object representing the collection of the items contained in this domain_up_down. Gets an object representing the collection of the items contained in this domain_up_down.

Returns
A domain_up_down::object_collection representing the items in the domain_up_down.
Remarks
This property enables you to obtain a reference to the list of items that are currently stored in the domain_up_down. With this reference, you can add items, remove items, and obtain a count of the items in the collection.