Extended Tree ViewAll Children Checked Method
This can be used to see if all 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 all children are checked, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public static bool AllChildrenChecked(
TreeNode parent
)VB
Public Shared Function AllChildrenChecked (
parent As TreeNode
) As BooleanC++
public:
static bool AllChildrenChecked(
TreeNode^ parent
)F#
static member AllChildrenChecked :
parent : TreeNode -> bool Parameters
- parent TreeNode
- The parent node
Return Value
BooleanTrue if all children are checked, false if not