TTMSFNCToolBarAppearance Class
Appearance settings for the toolbar control area, including background fill, border stroke, button spacing, drag grip, flat style, and separator line.
API unit family: TMSFNCToolBar
Inherits from: TTMSFNCCustomToolBarAppearance
Syntax
TTMSFNCToolBarAppearance = class(TTMSFNCCustomToolBarAppearance)
Properties
| Name | Description |
|---|---|
| DragGrip | When True, a drag-grip handle is drawn at the toolbar edge. (inherited from TTMSFNCCustomToolBarAppearance) |
| DragGripColor | Color of the drag-grip handle dots. (inherited from TTMSFNCCustomToolBarAppearance) |
| Fill | Background fill of the toolbar. (inherited from TTMSFNCCustomToolBarAppearance) |
| FlatStyle | When True, all buttons use a flat (borderless) style. (inherited from TTMSFNCCustomToolBarAppearance) |
| HorizontalSpacing | Horizontal gap in pixels between toolbar items. (inherited from TTMSFNCCustomToolBarAppearance) |
| Separator | When True, a separator line is drawn at the toolbar edge. (inherited from TTMSFNCCustomToolBarAppearance) |
| SeparatorStroke | Stroke used for the toolbar separator line. (inherited from TTMSFNCCustomToolBarAppearance) |
| Stroke | Border stroke of the toolbar. (inherited from TTMSFNCCustomToolBarAppearance) |
| VerticalSpacing | Vertical gap in pixels between toolbar rows. (inherited from TTMSFNCCustomToolBarAppearance) |