Called when the left mouse button is pressed while the pointer is over this label.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void OnMouseDown ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnMouseDown( _ |
A PointF instance that specifies the current mouse position.
See Also