Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Cursor Property


In This Topic
    Cursor Property (FpSpread)
    In This Topic
    Gets or sets the pointer to display in this component.
    Syntax
    'Declaration
     
    
    Public Overrides Property Cursor As Cursor
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Cursor
     
    instance.Cursor = value
     
    value = instance.Cursor
    public override Cursor Cursor {get; set;}
    See Also