Gets or sets the currently displayed mouse cursor.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
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.
RemarksSetting 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.
See Also