Search
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

 Syntax

C#  Copy Code

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

 Parameters

point

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

startInteraction

 Return Value

A CoreCursor instance.

 See Also