Skip to main content

Application Menu

#Application Menu

If your application uses Ribbon Control, you can implement a menu for your application that will be accessible from Ribbon Control. Using the RibbonControl.ApplicationMenu property, you can provide a menu that will be invoked when clicking the Application Button.

Ribbon_AppMenu

You can use the following objects to initialize the RibbonControl.ApplicationMenu property.

  • The ApplicationMenu (see the image above) - Represents a popup menu that complies with the MS Ribbon UI. It allows you to display bar item links in the left pane. In addition, you can display any controls in the right and bottom panes.
  • Any other control. When invoked, this control will be positioned above the main window, occupying the window in its entirety. Using this method to initialize the ApplicationMenu property allows you to emulate the Microsoft Office 2010 main menu.

#Examples

See Also