RichEditHoverMenu Class
In This Article
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
Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Bars.SLBarItemLinkHolderBase
BarItemLinkHolderBase
Bar
RichEditHoverMenu
See Also