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

◆ get_item_checked()

bool xtd::forms::checked_list_box::get_item_checked ( size_t  index) const

Returns a value indicating whether the specified item is checked.

Parameters
indexThe index of the item.
Returns
true if the item is checked; otherwise, false.
Remarks
get_item_checked returns true if the value of CheckState is checked or indeterminate for the item. To determine the specific state the item is in, use the get_item_check_state method.