ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / OnMouseMove Method

In This Topic
    OnMouseMove Method (C1Ribbon)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseMove( _
       ByVal e As System.Windows.Forms.MouseEventArgs _
    ) 
    protected virtual void OnMouseMove( 
       System.Windows.Forms.MouseEventArgs e
    )

    Parameters

    e
    See Also