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

◆ items() [1/3]

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

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

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