Cursor Property (DropDownCalendar)
Gets or sets the cursor that is displayed when the mouse pointer is over the drop-down window.
public Cursor Cursor {get; set;}
'Declaration
Public Property Cursor As Cursor
'Usage
Dim instance As DropDownCalendar
Dim value As Cursor
instance.Cursor = value
value = instance.Cursor
Property Value
A
System.Windows.Forms.Cursor instance that indicates the cursor shape when the mouse pointer is over the drop-down window.