FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / ProcessMouseDown Method


In This Topic
ProcessMouseDown Method (RoundedRectangleShape)
In This Topic
MouseDown processing.
Syntax
'Declaration
 
Protected Overridable Sub ProcessMouseDown( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim e As MouseEventArgs
 
instance.ProcessMouseDown(e)

Parameters

e
See Also