Back to Devexpress

Application Menu

windowsforms-116775-controls-and-libraries-ribbon-bars-and-menu-ribbon-main-menus-application-menu.md

latest1.1 KB
Original Source

Application Menu

  • Jan 23, 2019
  • 2 minutes to read

By default, clicking the Application button does nothing. You can, however, use the RibbonControl.ApplicationButtonDropDownControl property to specify a control or menu to be displayed when clicking the button.

The following objects can be assigned to the RibbonControl.ApplicationButtonDropDownControl property.

  • An object that implements the DevExpress.XtraBars.PopupControl interface. Some examples are as follows.

  • BackstageViewControl - allows you to emulate the menu found in Microsoft Office 2010 applications. (The BackstageViewControl can be created via the Ribbon Control’s smart tag menu, or by dragging it to the form from the Toolbox.)

  • Any Control descendant.