Method SetItemChecked
SetItemChecked(int, bool)
Sets the checked state of the item at the specified index.
public virtual bool SetItemChecked(int index, bool value)
Parameters
indexintThe zero-based index of the item to update. Must be within the valid range of items.
valuebool
Returns
Remarks
Use this method to programmatically change the checked state of an item in the control.