ExtendedTreeViewSetNodeChecked Method
Sets the check state of the node with the specified name to Checked or Unchecked
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public TreeNode SetNodeChecked(
string name,
bool check
)
Public Function SetNodeChecked (
name As String,
check As Boolean
) As TreeNode
public:
TreeNode^ SetNodeChecked(
String^ name,
bool check
)
member SetNodeChecked :
name : string *
check : bool -> TreeNode
- name String
- The node name to find in the tree view
- check Boolean
- True to check the node, false to uncheck it
TreeNodeThe node with the specified name or null if the node could not be found