Method SetItemCheckStateCore
SetItemCheckStateCore(int, CheckState)
Changes the check state for the specified item.
public virtual bool SetItemCheckStateCore(int index, CheckState value)Parameters
- indexint
- The zero-based index of the item in the control to change the check state. 
- valueCheckState
- New value. 
Returns
Remarks
This method doesn't repaint control and raises no events.