Back to Devexpress

TdxRibbonCustomButtonPersistent Class

vcl-dxribbon-7e7888b1.md

latest1.6 KB
Original Source

TdxRibbonCustomButtonPersistent Class

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

Declaration

delphi
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

TdxRibbonCustomButtonPersistent Members

dxRibbon Unit