BehaviorBase.SetMouseCursor override.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public override CursorHint SetMouseCursor ( |
Visual Basic Copy Code |
---|
Public Overrides Function SetMouseCursor( _ |
A PointF structure that specifies the position of the mouse cursor.
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.
A member of the CursorHint enumeration.