TreeList.SetNodeCheckState Method
| Name | Parameters | Description |
|---|---|---|
| SetNodeCheckState(TreeListNode, CheckState, Boolean) | node, state, recursive | Sets the node’s check state. Allows you to set the check state for child and parent (if all child nodes are checked or unchecked) nodes. |
| SetNodeCheckState(TreeListNode, CheckState) | node, state | Sets the node’s check state to the specified value. |