Container panel in the ribbon title area that hosts the caption, icon, system menu, and Quick Access Toolbar.
API unit family: TMSFNCRibbon
Inherits from: TTMSFNCCustomControl
Implements: ITMSFNCBitmapContainer, ITMSFNCRibbonTheme
Syntax
TTMSFNCRibbonToolBarWrapper = class(TTMSFNCCustomControl, ITMSFNCBitmapContainer, ITMSFNCRibbonTheme)
Properties
| Name |
Description |
| BitmapContainer |
Bitmap container used to resolve named bitmaps for buttons within the title-bar area. |
Methods
| Name |
Description |
| Draw |
Paints the title-bar wrapper background; override to add custom chrome. |
Events
| Name |
Description |
| OnAppliedTheme |
Fires after a theme is applied to this title-bar wrapper. |
| OnBeforeApplyTheme |
Fires before a theme is applied to this title-bar wrapper, allowing the default theming to be suppressed. |