wpf-devexpress-dot-xpf-dot-richedit-0dec52a1.md
Represents a tool bar displayed when the mouse cursor hovers over a selection.
Namespace : DevExpress.Xpf.RichEdit
Assembly : DevExpress.Xpf.RichEdit.v25.2.dll
NuGet Package : DevExpress.Wpf.RichEdit
public class RichEditHoverMenu :
Bar,
IDXPopupMenu<RichEditCommandId>,
IDXMenuItemBase<RichEditCommandId>
Public Class RichEditHoverMenu
Inherits Bar
Implements IDXPopupMenu(Of RichEditCommandId),
IDXMenuItemBase(Of RichEditCommandId)
The following members return RichEditHoverMenu objects:
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.
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.
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DevExpress.Xpf.Bars.SLBarItemLinkHolderBase BarItemLinkHolderBase Bar RichEditHoverMenu
See Also