TdxRibbonApplicationButton Class
Specifies the Ribbon Application Button.
Declaration
TdxRibbonApplicationButton = class(
TdxRibbonCustomButtonPersistent
)
Remarks
This class extends its ancestor class with the following properties:
Menu and KeyTip – Allow you to bind the Button to the Ribbon Application Menu and specify a KeyTip for this menu;
Text – Allows you to specify the Button’s caption;
Visible – Controls the Button’s visibility.
The TdxRibbonApplicationButton object is referenced by the Ribbon’s ApplicationButton property.
Inheritance
TObject
TPersistent
TdxRibbonCustomButtonPersistent
TdxRibbonApplicationButton
See Also