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

◆ set_item_checked()

void xtd::forms::checked_list_box::set_item_checked ( size_t  index,
bool  checked 
)

Sets check_state for the item at the specified index to checked.

Parameters
indexThe index of the item to set the check state for.
checkedtrue to set the item as checked; otherwise, false.
Remarks
When a value of true is passed, this method sets the check_state value to checked. A value of false sets check_state to unchecked.