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.v19.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.

See Also