TTMSFNCPanelElementButtonsAppearance Class
Aggregated appearance settings for all action buttons in a panel header or footer, providing shared button style plus individual bitmaps for collapse, expand, close, compact, stretch, and drop-down actions.
API unit family: TMSFNCPanel
Inherits from: TPersistent
Syntax
TTMSFNCPanelElementButtonsAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ButtonAppearance | Shared fill, stroke, rounding, and flat-style appearance applied to all header/footer action buttons. |
| CloseBitmap | Custom bitmap displayed on the close button; leave empty for the default glyph. |
| CollapseBitmap | Custom bitmap displayed on the collapse button; leave empty for the default glyph. |
| CompactBitmap | Custom bitmap displayed on the compact button; leave empty for the default glyph. |
| DropDownBitmap | Custom bitmap displayed on the drop-down button; leave empty for the default glyph. |
| ExpandBitmap | Custom bitmap displayed on the expand button; leave empty for the default glyph. |
| StretchBitmap | Custom bitmap displayed on the stretch button; leave empty for the default glyph. |