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

RichEditMenuType Enum

Lists menu types respective to visual elements for which a popup menu is invoked.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v18.1.dll

Declaration

[Flags]
public enum RichEditMenuType

Members

Name Description
Text

Specifies a context menu which can be invoked by right-clicking a text in the document.

Specifies a context menu which can be invoked by right-clicking a hyperlink.

Field

Specifies a context menu which can be invoked by right-clicking a field.

TableCell

Specifies a context menu which can be invoked by right-clicking a table cell.

InlinePicture

Specifies a context menu which can be invoked by right-clicking an inline picture.

FloatingObject

Specifies a context menu which can be invoked by right-clicking a floating object - a picture or text box.

TextBox

Specifies a context menu which can be invoked by right-clicking inside a text box.

Comment

Specifies a context menu which can be invoked by right-clicking a comment.

Header

Specifies a context menu which can be invoked by right-clicking a header.

Specifies a context menu which can be invoked by right-clicking a footer.

Related API Members

The following properties accept/return RichEditMenuType values:

Remarks

The enumeration is used for the PopupMenuShowingEventArgs.MenuType property value in the RichEditControl.PopupMenuShowing event handler.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RichEditMenuType enum.

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.

See Also