RichEditPopupMenu Class
Represents a popup (context) menu of the RichEditControl.
Namespace: DevExpress.XtraRichEdit.Menu
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Related API Members
The following members return RichEditPopupMenu objects:
Remarks
The RichEditPopupMenu
objects are used to represent a context menu which is displayed when an end-user right clicks on a RichEditControl. You can add, remove or modify menu items via the RichEditControl.PopupMenuShowing event.
Implements
Inheritance
See Also