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 Stretch |
Key |
Specifies the button’s Key |
Menu | Binds the Ribbon Application Menu to the button. |
Screen |
Specifies the button’s Screen |
Visible | Specifies the button’s visibility. |
Note
To enable the Ribbon Application Button, set a Ribbon control’s Show