Method SetChecked
SetChecked(T?, CheckState)
Sets the explicit check state of o and propagates to all descendants.
public void SetChecked(T? o, CheckState state)
Parameters
oTThe node object.
stateCheckStateThe new check state.
Sets the explicit check state of o and propagates to all descendants.
public void SetChecked(T? o, CheckState state)
o TThe node object.
state CheckStateThe new check state.