ExtendedTreeViewSetNodeChecked Method

Sets the check state of the node with the specified name to Checked or Unchecked

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public TreeNode SetNodeChecked(
	string name,
	bool check
)

Parameters

name  String
The node name to find in the tree view
check  Boolean
True to check the node, false to uncheck it

Return Value

TreeNode
The node with the specified name or null if the node could not be found

See Also