Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / OnMouseDown Method


In This Topic
OnMouseDown Method (IFpStatusBarElement)
In This Topic
Processes the mouse down event for the element.
Syntax
'Declaration
 
Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As IFpStatusBarElement
Dim e As MouseEventArgs
 
instance.OnMouseDown(e)

Parameters

e
See Also