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

◆ items() [2/3]

const object_collection & xtd::forms::checked_list_box::items ( ) const
noexcept

Gets the collection of items in this checked_list_box.

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