Class AnimationExtenderControlBase
Inheritance
System.Object
AnimationExtenderControlBase
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
public class AnimationExtenderControlBase : ExtenderControlBase, IControlResolver
Constructors
AnimationExtenderControlBase()
Declaration
public AnimationExtenderControlBase()
Properties
Animations
Declaration
[ExtenderControlProperty]
public string Animations { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetAnimation(ref Animation, String)
Declaration
protected Animation GetAnimation(ref Animation animation, string name)
Parameters
Type | Name | Description |
---|---|---|
Animation | animation | |
System.String | name |
Returns
Type | Description |
---|---|
Animation |
ResolveControlIDs(Animation)
Declaration
protected void ResolveControlIDs(Animation animation)
Parameters
Type | Name | Description |
---|---|---|
Animation | animation |
SetAnimation(ref Animation, String, Animation)
Declaration
protected void SetAnimation(ref Animation animation, string name, Animation value)
Parameters
Type | Name | Description |
---|---|---|
Animation | animation | |
System.String | name | |
Animation | value |
ShouldSerializeAnimations()
Declaration
public bool ShouldSerializeAnimations()
Returns
Type | Description |
---|---|
System.Boolean |