Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / MouseHover Event

In This Topic
    MouseHover Event (RibbonControlHost)
    In This Topic
    Fires when the mouse pointer hovers over the hosted control.
    Syntax
    'Declaration
     
    
    Public Event MouseHover As EventHandler
    public event EventHandler MouseHover
    See Also