TTMSFNCRibbon.SetTheme Method
Applies a built-in or custom theme to the ribbon and all child controls.
API unit family: TMSFNCRibbon
Declaring type: TTMSFNCRibbon
Inherited from: TTMSFNCCustomRibbon
Syntax
procedure SetTheme(ATheme: TTMSFNCRibbonTheme; ACustomThemeColor: TTMSFNCGraphicsColor); overload; virtual;
Parameters
| Name | Description |
|---|---|
ATheme |
The theme to apply. |
ACustomThemeColor |
Accent color used when ATheme is rbtCustom. |