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

◆ get_item_check_state()

forms::check_state xtd::forms::checked_list_box::get_item_check_state ( size_t  index) const

Returns a value indicating the check state of the current item.

Parameters
indexThe index of the item.
Returns
One of the check_state values.
Remarks
The get_item_check_state method provides the ability to get the check_state value of an item, given the index. If you never set the check state of an item to indeterminate, then use the getItem_checked method.