Skip to main content

RichEditHoverMenu Class

Represents a tool bar displayed when the mouse cursor hovers over a selection.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public class RichEditHoverMenu :
    Bar,
    IDXPopupMenu<RichEditCommandId>,
    IDXMenuItemBase<RichEditCommandId>

#Returned By

The HoverMenuShowingEventArgs.Menu property returns an instance of RichEditHoverMenu.

#Remarks

Handle the RichEditControl.HoverMenuShowing event to customize the menu.

#Implements

#Inheritance

See Also