ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.EventHandler
    public event System.EventHandler MouseHover
    See Also