Sets the cursor and stops changing it depending on the context.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor OverrideCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property OverrideCursor As Cursor |
The default value is null (Nothing in VB.NET).
By default, the mouse cursor is changed automatically depending on what elements are located at the current mouse position and what action is being carried out by the user. This property lets you override that behavior and display a custom cursor that does not depend on the context. To revert back to the default behavior, set this property to null.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |