Gets or sets the cursor that is displayed when an item is dragged over a location that cannot contain items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Cursor ItemNoDragCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemNoDragCursor As Cursor |
An instance of the .NET Cursor class.
See Also