Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / OnMouseDown Method
Event arguments


In This Topic
OnMouseDown Method (RichTextEditor)
In This Topic
Handles mouse down processing.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As RichTextEditor
Dim e As MouseEventArgs
 
instance.OnMouseDown(e)

Parameters

e
Event arguments
See Also