MindFusion.Wpf Pack Programmer's Guide
BehaviorBase.SetMouseCursor Method
See Also
 





Invoked while the mouse is moved to let your application set the mouse cursor.

Namespace: MindFusion.Diagramming.Wpf.Behaviors
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public abstract CursorHint SetMouseCursor (
    Point point,
    out bool startInteraction
)

Visual Basic  Copy Code

Public MustOverride Function SetMouseCursor( _
    point As Point, _
    <System.Runtime.InteropServices.Out()> ByRef startInteraction As Boolean _
) As CursorHint

 Parameters

point
A Point structure that specifies the position of the mouse cursor.
startInteraction
true if the user is going to create, delete, modify or select a DiagramItem; false if mouse behavior is not considered; in this case the mouse pointer is set to a default cursor according to the background LaneGrid.

 Return Value

A member of the CursorHint enumeration.

 See Also

BehaviorBase Members
BehaviorBase Class
MindFusion.Diagramming.Wpf.Behaviors Namespace