ExtendedTreeViewGetNodeCheckState Method
Returns a value indicating the current check state of the node with the specified name
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public NodeCheckState GetNodeCheckState(
string name
)
Public Function GetNodeCheckState (
name As String
) As NodeCheckState
public:
NodeCheckState GetNodeCheckState(
String^ name
)
member GetNodeCheckState :
name : string -> NodeCheckState
- name String
- The node name to find in the tree view.
NodeCheckStateThe current check state of the specified node. A return value of
Mixed is equivalent
to
Checked. It indicates that the children of the node contain a mix of checked and unchecked
items. This only occurs if the
SyncParentChildCheckedState property is true.