Gets or sets the currently displayed mouse cursor.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor CurrentCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property CurrentCursor As Cursor |
An instance of the .NET Cursor class representing the current mouse cursor.
Setting this property while an item modification is performed with the mouse will override the cursor that is set by the control after each mouse movement.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |