Back to Devexpress

PopupMenuShowingEventArgs.Menu Property

windowsforms-devexpress-dot-xtrarichedit-dot-popupmenushowingeventargs.md

latest1.4 KB
Original Source

PopupMenuShowingEventArgs.Menu Property

Gets or sets the popup (context) menu for which this event was raised.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public RichEditPopupMenu Menu { get; set; }
vb
Public Property Menu As RichEditPopupMenu

Property Value

TypeDescription
RichEditPopupMenu

A RichEditPopupMenu object, which represents the context menu for the event.

|

Remarks

Use this property to change the popup menu or its items before their creation. To suppress the default menu popup, set the Menu property value to null.

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraRichEdit Namespace