Skip to main content
A newer version of this page is available. .

RichEditPopupMenu Class

Represents a popup (context) menu of the RichEditControl.

Namespace: DevExpress.XtraRichEdit.Menu

Assembly: DevExpress.XtraRichEdit.v18.1.dll

Declaration

public class RichEditPopupMenu :
    CommandPopupMenu<RichEditCommandId>

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RichEditPopupMenu class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also