dbicCalendar Send comments on this topic.
Cursor Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : Cursor Property

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property Cursor As Cursor
C# 
public virtual Cursor Cursor {get; set;}

Property Value

A System.Windows.Forms.Cursor that represents the cursor to display when the mouse pointer is over the control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also