Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / OnMouseDown Method


In This Topic
    OnMouseDown Method (FpProgress)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpProgress
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(e)
    protected virtual void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    See Also