Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement.ScrollBarThumb Class / OnMouseMove Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseMove Method (ScrollBarElement.ScrollBarThumb)
    In This Topic
    Called by the host control when the mouse moves over this Element.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    public override void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.MouseEventArgs that contains the event data.
    See Also