Sets the cursor depending on whether the interaction can be completed at the specified point or not.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public CursorHint ValidateAndSetCursor ( |
Visual Basic Copy Code |
---|
Public Function ValidateAndSetCursor( _ |
A .NET PointF instance indicating the location of the cursor, in document coordinates.
The Diagram, at which the interaction is performed.
One of the CursorHint enumeration values, which is used by DiagramView to set its Cursor property. The method might return CursorHint.DontChange and the cursor will be left as it is.