Gets or sets the popup (context) menu for which this event was raised.
public RichEditPopupMenu Menu { get; set; }
Public Property Menu As RichEditPopupMenu
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.