Skip to main content

Properties

The TabBox Widget properties panel contains settings for the container itself and for each individual tab panel.


General

PropertyDescription
NameInternal widget name. Used for identification in logic or scripts.
VisibleControls whether the entire TabBox is displayed. When unchecked, all tab panels are hidden.
Tab CountSets the number of tab panels. Adding tabs appends new panels to the right; reducing the count removes panels from the right.

Per-Tab Configuration

Each tab panel has its own set of properties. These are configured by selecting an individual tab in the properties panel.

Content

PropertyDescription
TitleThe text displayed on the tab header.
NameInternal identifier for this tab panel. Used for referencing the tab in logic or scripts.
VisibleControls whether this tab is shown. When unchecked, the tab header is hidden and its content is inaccessible to the user. The tab remains configured and its content is preserved.

Appearance

These properties control the visual style of the tab header. Active state properties apply when the tab is currently selected; default state properties apply when the tab is not selected.

PropertyDescription
Default Text ColorText color of the tab header when not selected.
Default Background ColorBackground color of the tab header when not selected.
Active Text ColorText color of the tab header when selected.
Active Background ColorBackground color of the tab header when selected.
Font SizeFont size of the tab header text.
Font WeightFont weight of the tab header text.