Method GetCheckState
GetCheckState(T?)
Gets the effective check state of o, derived from children if applicable.
public CheckState GetCheckState(T? o)
Parameters
oTThe node object.
Returns
- CheckState
The effective check state.
Gets the effective check state of o, derived from children if applicable.
public CheckState GetCheckState(T? o)
o TThe node object.
The effective check state.