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

◆ items() [3/3]

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

Sets the items of the list_box.

Parameters
itemsAn list_box::object_collection representing the items in the list_box.
Returns
Current 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.