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


In This Topic
    Cursor Property (PopUpCalculator)
    In This Topic
    Gets or sets the cursor that is displayed when the mouse pointer is over the view.
    Syntax
    'Declaration
     
    
    Public Property Cursor As Cursor
    'Usage
     
    
    Dim instance As PopUpCalculator
    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