Skip to main content
A newer version of this page is available. .

RichEditHoverMenu Class

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v21.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