Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / OnMouseDown Method
Event arguments


In This Topic
    OnMouseDown Method (ElementControl)
    In This Topic
    Raises the MouseDown event when the pointer button is pressed while the cursor is over the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(e)
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also