FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarTextElement Class / OnMouseDown Method


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

Parameters

e
See Also