Skip to main content
A newer version of this page is available. .

TdxRibbonCustomButtonPersistent Class

The base class for classes that contain settings of Ribbon control buttons with customizable glyphs.

Declaration

TdxRibbonCustomButtonPersistent = class(
    TPersistent
)

Remarks

This class introduces the following properties:

  • Glyph and StretchGlyph – Allow you to specify a button’s glyph and fit it into the button’s boundaries;

  • ScreenTip – Allows you to associate a ScreenTip with the button;

  • Ribbon – Provides access to the Ribbon control that owns the button.

The TdxRibbonApplicationButton and TdxRibbonHelpButton classes inherit from TdxRibbonCustomButtonPersistent to contain settings of the Ribbon control’s Application Button and Help Button, respectively.

Inheritance

TObject
TPersistent
TdxRibbonCustomButtonPersistent
See Also