Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Cursor Property


In This Topic
    Cursor Property (DropDownCalendar)
    In This Topic
    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