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


In This Topic
    Cursor Property (DropDownCalculator)
    In This Topic
    Gets or sets the cursor that is displayed when the mouse pointer is over the drop-down view.
    Syntax
    'Declaration
     
    
    Public Property Cursor As Cursor
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim value As Cursor
     
    instance.Cursor = value
     
    value = instance.Cursor
    public Cursor Cursor {get; set;}

    Property Value

    A System.Windows.Forms.Cursor instance.
    See Also