Spread Windows Forms 12.0 Product Documentation
SuspendAnimations Property (FpSpread)


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

Property Value

Boolean: true to suspend animations (such as an animated focus renderer); false otherwise
See Also

Reference

FpSpread Class
FpSpread Members
AnimatedDefaultFocusIndicatorRenderer Class