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

◆ set_item_check_state()

void xtd::forms::checked_list_box::set_item_check_state ( size_t  index,
forms::check_state  check_state 
)

Sets the check state of the item at the specified index.

Parameters
indexThe index of the item to set the check state for.
check_stateOne of the check_state values.
Remarks
The set_item_check_state method raises the item_check event.
Items whose check_state is set to indeterminate appear with a check mark in the check box, but the box is grayed to indicate the indeterminate status of the checked item.