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

◆ items() [1/3]

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

Gets the items of the list_box.

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