DiagramLite Programmer's Guide
BehaviorBase.SetMouseCursor Method
See Also
 





Invoked while the mouse is moved to let Behavior objects set the mouse cursor depending on the context.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public abstract Cursor 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 Cursor

 Parameters

point

A Point structure that specifies the position of the mouse cursor.

startInteraction
Reserved for future use.

 Return Value

A System.Windows.Input.Cursor instance.

 See Also

BehaviorBase Members
BehaviorBase Class
MindFusion.Diagramming Namespace