windowsforms-116791-controls-and-libraries-ribbon-bars-and-menu-bars-tutorials-create-popup-menus.md
Below is a brief tutorial about creating popup menus. Refer to this article for detailed information.
Locate the PopupMenu in VS Toolbox and drop in onto the form (user control).
Invoke the menu smart tag and click the “Customize” link. This will invoke the Customization Window dialog and the popup menu preview.
Drag the menu preview away so it does not overlap the Customization Window and start adding item links to this menu. To add a new bar item, click the [Add] button and select an item type. To add a link to an existing bar item, drag the required item from the Customization Window’s “Commands” tab and drop it onto the menu (see the figure below).
You can categorize item links into groups by adding BarHeaderItem items.
Assign your menu to the required control. There are multiple ways of doing this.
The Bar Manager component allows you to quickly create DevExpress popup menus from standard menus contained on a form. Do the following:
The image below shows the result: