Gets or sets the mouse cursor shown to the user when an object cannot be created at a particular location.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor DisallowCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property DisallowCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.No.
Use the property to demonstrate visually to the user that an item cannot be created at the current mouse position.