Invoked while the mouse is moved to let Behavior objects set the mouse cursor depending on the context.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract CoreCursor SetMouseCursor ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function SetMouseCursor( _ |
A Point structure that specifies the position of the mouse cursor.
A CoreCursor instance.
See Also