Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditHoverMenu Class

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

#Declaration

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

The following members return RichEditHoverMenu objects:

#Remarks

RichEditHoverMenu is a type of context menu that is automatically shown when the text is selected. This feature aims to provide easy access to the most-used formatting commands. The Hover Menu remains semi-transparent until the mouse pointer is situated near the selection to allow a clear view of what is beneath it.

DXRichEdit_HoverMenu_Class

Handle the RichEditControl.HoverMenuShowing event to customize the menu.

Note

The hover menu functionality is enabled only if the BarManager component is placed on the form and the RichEditControl is bound to it.

#Inheritance

See Also