MindFusion WinForms Programmer's Guide
Calendar.Cursor Property
See Also
 





Gets or sets the cursor that is displayed when the mouse pointer is over the calendar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public new Cursor Cursor { get; set; }

Visual Basic  Copy Code

Public Shadows Property Cursor As Cursor

 Property Value

An instance of the .NET Cursor class.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace