Skip to main content

B1CheckBoxTreeLeafNode

  • Data definition for a leaf node in a checkbox tree, specifying its identity,
    * label, default states, icon display rule, and optional sub-info.
PropertyTypeDescriptionMetadata
IdFNameUnique identifier for this leaf node.Category: B1CheckBoxTreeLeafNode
LabelFStringDisplay label text for this leaf node.Category: B1CheckBoxTreeLeafNode
bDefaultExpandedboolWhether this leaf node is expanded by default.Category: B1CheckBoxTreeLeafNode
bDefaultCheckedboolWhether this leaf node is checked by default.Category: B1CheckBoxTreeLeafNode
IconDisplayRuleEB1CheckBoxIconDisplayRuleRule controlling when the icon is displayed for this leaf node.Category: B1CheckBoxTreeLeafNode
bUseSubInfoboolWhether a sub-info text is displayed alongside this leaf node.Category: B1CheckBoxTreeLeafNode
SubInfoTextFStringOptional sub-info text shown when bUseSubInfo is true.Category: B1CheckBoxTreeLeafNode