Returns the IDiagramConnectionPoint on this node that the mouse is currently over. Returns false if the mouse is not currently over any connection point.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IDiagramConnectionPoint FindMouseOverConnectionPoint()
Visual Basic (Declaration)
Public Function FindMouseOverConnectionPoint As IDiagramConnectionPoint

Return Value

The IDiagramConnectionPoint that the mouse is currently over.

See Also