Extended Tree ViewAny Child Checked Method
This can be used to see if any children of a specified tree node are checked
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if any child is checked, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public static bool AnyChildChecked(
TreeNode parent
)VB
Public Shared Function AnyChildChecked (
parent As TreeNode
) As BooleanC++
public:
static bool AnyChildChecked(
TreeNode^ parent
)F#
static member AnyChildChecked :
parent : TreeNode -> bool Parameters
- parent TreeNode
- The parent node
Return Value
BooleanTrue if any child is checked, false if not