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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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