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


In This Topic
    SuspendAnimations Property (FpSpread)
    In This Topic
    Gets or sets whether to suspend animations such as an animated focus renderer.
    Syntax
    'Declaration
     
    
    Public Property SuspendAnimations As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.SuspendAnimations = value
     
    value = instance.SuspendAnimations
    public bool SuspendAnimations {get; set;}
    See Also