Spread Windows Forms 12.0 Product Documentation
SuspendAnimations Property (SpreadView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : SuspendAnimations Property
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;}

Property Value

Boolean: true to suspend animation; false otherwise
See Also

Reference

SpreadView Class
SpreadView Members