TTMSFNCTabSetButtonAppearance Class
Appearance settings for the tab strip's action buttons (close, insert, tab-list, scroll previous/next) in normal, hover, down, and disabled states.
API unit family: TMSFNCTabSet
Inherits from: TPersistent
Syntax
TTMSFNCTabSetButtonAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CloseIcon | Custom bitmap used as the close-tab button icon; leave empty for the default glyph. |
| DisabledFill | Background fill of the buttons when disabled. |
| DisabledStroke | Border stroke of the buttons when disabled. |
| DownFill | Background fill of the buttons when pressed. |
| DownStroke | Border stroke of the buttons when pressed. |
| Fill | Background fill of the buttons in their normal state. |
| HoverFill | Background fill of the buttons when hovered. |
| HoverStroke | Border stroke of the buttons when hovered. |
| InsertIcon | Custom bitmap used as the insert-tab button icon; leave empty for the default glyph. |
| Rounding | Corner radius of the action buttons in pixels. |
| ScrollNextIcon | Custom bitmap used as the scroll-next button icon; leave empty for the default glyph. |
| ScrollPreviousIcon | Custom bitmap used as the scroll-previous button icon; leave empty for the default glyph. |
| Size | Pixel size (width and height) of the action buttons. |
| Stroke | Border stroke of the buttons in their normal state. |
| TabListIcon | Custom bitmap used as the tab-list drop-down button icon; leave empty for the default glyph. |