FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / OnMouseDown Method
Event arguments


In This Topic
OnMouseDown Method (ElementWithButtons)
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 ElementWithButtons
Dim e As MouseEventArgs
 
instance.OnMouseDown(e)

Parameters

e
Event arguments
See Also