Skip to content

DevExpress-Examples/winforms-richedit-customize-popup-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rich Text Editor for WinForms - How to Customize the Pop-up Menu

The following example illustrates how to handle the PopupMenuShowing event to customize the RichEditControl pop-up menus. 

image

In the event handler, remove or disable the existing menu items, create a menu item for the RichEditControl command, and insert a custom menu item.

Files to Review

Documentation