Skip to main content

RichEditBehaviorOptions.ShowPopupMenuAllowed Property

Gets whether the context menus can be shown.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Browsable(false)]
public bool ShowPopupMenuAllowed { get; }
<Browsable(False)>
Public ReadOnly Property ShowPopupMenuAllowed As Boolean

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access the RichEditBehaviorOptions.ShowPopupMenuAllowed property from the following objects:

Object Type Path to ShowPopupMenuAllowed
RichEditControl
.Options.Behavior.ShowPopupMenuAllowed
RichEditControlOptions
.Behavior.ShowPopupMenuAllowed
RichEditControlOptionsBase
.Behavior.ShowPopupMenuAllowed

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

Use the RichEditBehaviorOptions.ShowPopupMenu property instead.

See Also