Skip to main content

B1CheckBoxTreeWithSelectAll

  • Top-level data structure for a checkbox tree that includes an optional select-all
    * control, a panel title, a panel description, and the list of root nodes.
PropertyTypeDescriptionMetadata
bHasSelectAllboolWhether a select-all checkbox is shown at the top of the tree panel.Category: B1CheckBoxTreeWithSelectAll
SelectAllLabelFStringText ID for the select-all label shown when bHasSelectAll is true.Category: B1CheckBoxTreeWithSelectAll
PanelTitleIdFStringText ID for the panel title displayed above the checkbox tree.Category: B1CheckBoxTreeWithSelectAll
PanelDescriptionIdFStringText ID for the panel description displayed in the checkbox tree panel.Category: B1CheckBoxTreeWithSelectAll
RootsTArrayList of root nodes that form the top level of the checkbox tree.Category: B1CheckBoxTreeWithSelectAll