Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / OnMouseDown Method
Event arguments


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

    Parameters

    e
    Event arguments
    See Also