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