Table of Contents

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

string

Methods

GetAnimation(ref Animation, string)

protected Animation GetAnimation(ref Animation animation, string name)

Parameters

animation Animation
name string

Returns

Animation

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)

Parameters

animation Animation
name string
value Animation