TTMSFNCTabSetTabSize Class
Settings that control how tab widths and heights are determined, including the sizing mode, fixed dimensions, margins, and inter-tab spacing.
API unit family: TMSFNCTabSet
Inherits from: TPersistent
Syntax
TTMSFNCTabSetTabSize = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Height | Height of the tab strip in pixels. |
| Margins | Padding applied inside each tab between its border and its content. |
| Mode | Controls how individual tab widths are calculated. |
| Spacing | Pixel gap between consecutive tabs in the strip. |
| Width | Fixed tab width in pixels; used when Mode is tsmFixedSize or tsmFixedSizeAutoShrink. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any tab size property changes. |