Determines whether to use animations

Namespace:  VIBlend.SuperControls
Assembly:  VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

C#
public bool AllowAnimations { get; set; }
Visual Basic (Declaration)
Public Property AllowAnimations As Boolean
Visual C++
public:
virtual property bool AllowAnimations {
	bool get () sealed;
	void set (bool value) sealed;
}

See Also