Class AnimationExtenderControlBase
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public abstract class AnimationExtenderControlBase : ExtenderControlBase, IControlResolver
- Inheritance
-
AnimationExtenderControlBase
- Implements
- Derived
- Inherited Members
Constructors
AnimationExtenderControlBase()
protected AnimationExtenderControlBase()
Properties
Animations
[TypeConverter(typeof(MultilineStringConverter))]
[ExtenderControlProperty]
public string Animations { get; set; }
Property Value
Methods
GetAnimation(ref Animation, string)
protected Animation GetAnimation(ref Animation animation, string name)
Parameters
Returns
ResolveControlIDs(Animation)
protected void ResolveControlIDs(Animation animation)
Parameters
animation
Animation
SetAnimation(ref Animation, string, Animation)
protected void SetAnimation(ref Animation animation, string name, Animation value)