ExtendedTreeViewGetNodeChecked Method

Returns a value indicating whether the node with the specified name is checked

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool GetNodeChecked(
	string name
)

Parameters

name  String
The node name to find in the tree view.

Return Value

Boolean
True if the named node is checked, false if it is not.

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the node name is not found in the tree view.

See Also