Search
ComponentBase.OnMouseDown Method
See Also
 





Called when the left mouse button is pressed while the pointer is over this component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void OnMouseDown (
    PointF point
)

Visual Basic  Copy Code

Public Overridable Sub OnMouseDown( _
    point As PointF _
)

 Parameters

point
A PointF instance that specifies the current mouse position.

 See Also