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.
index | The index of the item to set the check state for. |
checked | true to set the item as checked; otherwise, false. |