Spread Windows Forms 12.0 Product Documentation
Cursor Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : Cursor Property
Gets or sets the cursor that is displayed when the mouse pointer is over the drop-down window.
Syntax
'Declaration
 
Public Property Cursor As Cursor
'Usage
 
Dim instance As DropDownCalendar
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor
public Cursor Cursor {get; set;}

Property Value

A System.Windows.Forms.Cursor instance that indicates the cursor shape when the mouse pointer is over the drop-down window.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members