void xtd::forms::checked_list_box::set_item_text | ( | size_t | index, |
const xtd::ustring & | text | ||
) |
Sets the text value of the item at the specified index.
index | The index of the item to set the check state for. |
text | A string that represent the text value. |