A Menu is a button with a drop-down arrow. It is used in a ribbon application when you need a menu for a small set of related commands. If a user clicks on the arrow, then a dropdown of items is displayed.
The image below depicts the Menu item with commands such as Cut, Copy, Paste and ColorPicker.
The Ribbon Menu can be added at design-time using the Ribbon Group Floating Toolbar or RibbonGroup Items Collection Editor. Also, you can customize the look of the Ribbon Menu using the Ribbon Menu Floating ToolBar or by editing the properties in the Properties Window. For more information about floating toolbars, refer this topic. The user can add items to the Menu using the Ribbon Menu Items Collection Editor. Refer this topic for more information on collection editors.
This image below shows the floating toolbar of Menu.
A Menu can also be added to the C1Ribbon control through the code using the RibbonMenu class. This is depicted in the code below:
A user can specify the item size in the dropdown menu by specifying the PreferredItemSize property. The image below depicts the Menu item in the ribbon control when the PreferredItemSize property is set to Large.