Method SetItemCheckedCore
SetItemCheckedCore(int, bool)
Checks or clears the check state for the specified item.
public virtual bool SetItemCheckedCore(int index, bool value)
Parameters
indexintThe zero-based index of the item in the control to set or clear the check state.
valuebooltrueto check the specified item; otherwise, false.
Returns
Remarks
This method doesn't repaint control and raises no events.