Skip to main content

Ribbon Application Button

The Ribbon Application Button is an entry point for the Ribbon Application Menu inside a Ribbon. This button is located at the top-left corner of the application window.

The Ribbon Application Button can display an application logo. You can customize the logo and optionally replace it with text.

The Ribbon Application Button is represented by a TdxRibbonApplicationButton object available via the Ribbon’s ApplicationButton property. This object provides the following properties:

Member Description
Glyph Allows you to provide your own application logo. Use the StretchGlyph property to specify if this logo is stretched or compressed to fit into the Button’s boundaries.
KeyTip Specifies the button’s KeyTip.
Menu Binds the Ribbon Application Menu to the button.
ScreenTip Specifies the button’s ScreenTip.
Visible Specifies the button’s visibility.

Note

To enable the Ribbon Application Button, set a Ribbon control’s ShowTabHeaders property to True. In standard forms, the Ribbon Application Button is displayed only if the Quick Access Toolbar is located at the top of the Ribbon control.

See Also