ExtendedTreeViewAnyChildChecked Method
This can be used to see if any children of a specified tree node are checked
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public static bool AnyChildChecked(
TreeNode parent
)
Public Shared Function AnyChildChecked (
parent As TreeNode
) As Boolean
public:
static bool AnyChildChecked(
TreeNode^ parent
)
static member AnyChildChecked :
parent : TreeNode -> bool
- parent TreeNode
- The parent node
BooleanTrue if any child is checked, false if not