Properties
The TabBox Widget properties panel contains settings for the container itself and for each individual tab panel.
General
| Property | Description |
|---|---|
| Name | Internal widget name. Used for identification in logic or scripts. |
| Visible | Controls whether the entire TabBox is displayed. When unchecked, all tab panels are hidden. |
| Tab Count | Sets 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
| Property | Description |
|---|---|
| Title | The text displayed on the tab header. |
| Name | Internal identifier for this tab panel. Used for referencing the tab in logic or scripts. |
| Visible | Controls 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.
| Property | Description |
|---|---|
| Default Text Color | Text color of the tab header when not selected. |
| Default Background Color | Background color of the tab header when not selected. |
| Active Text Color | Text color of the tab header when selected. |
| Active Background Color | Background color of the tab header when selected. |
| Font Size | Font size of the tab header text. |
| Font Weight | Font weight of the tab header text. |