Gets or sets the cursor that is displayed when the mouse pointer is over the calendar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public new Cursor Cursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Cursor As Cursor |
An instance of the .NET Cursor class.
See Also