Invoked when the mouse button is pressed.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
protected virtual void OnMouseDown ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnMouseDown( _ |
A Point instance that specifies the mouse pointer position.
A member of the MouseButtons enumeration.
See Also