Professional UI Solutions
Site Map   /  Register
 
 
 

Elegant Ribbon

Commands and Controls Implementation

Context Menus

« prev |  index |  next »

      

Elegant Ribbon provides full support for context menus. You can associate a context menu with one or more instances of any System.Windows.Forms.Control-derived class so that when the user right-clicks the control or presses the Context Menu key for the selected control, the context menu appears on the screen. You can see an example of a context menu in Figure 1.

Context menu over a panel control on the form

Figure 1 Context menu over a panel control on the form

If a context menu is associated with some control in the ribbon, the context menu's items are merged with the menu items of the standard ribbon context menu (see Figure 2).

Merged context menu over a dropDown button in the ribbon

Figure 2 Merged context menu over a dropDown button in the ribbon

Read more about context menus.