Back to Devexpress

Ribbon Application Button

vcl-155031-expressbars-fundamentals-ribbon-ribbon-application-button.md

latest2.3 KB
Original Source

Ribbon Application Button

  • Dec 28, 2020

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:

MemberDescription
GlyphAllows 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.
KeyTipSpecifies the button’s KeyTip.
MenuBinds the Ribbon Application Menu to the button.
ScreenTipSpecifies the button’s ScreenTip.
VisibleSpecifies 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

Ribbon Status Bar

Ribbon Tab

Ribbon Tab Group

Ribbon User Interface