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


In This Topic
    SuspendAnimations Property (SpreadView)
    In This Topic
    Gets or sets whether animations, such as an animated focus renderer, in the view are suspended.
    Syntax
    'Declaration
     
    
    Public Property SuspendAnimations As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.SuspendAnimations = value
     
    value = instance.SuspendAnimations
    public bool SuspendAnimations {get; set;}
    See Also