InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / MouseHover Event

In This Topic
    MouseHover Event (InputControlHost)
    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