Class AnimationExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(AnimationScripts))]
[ClientScriptResource("Sys.Extended.UI.Animation.AnimationBehavior", "Animation")]
public class AnimationExtender : AnimationExtenderControlBase, IControlResolver
- Inheritance
-
AnimationExtender
- Implements
- Inherited Members
Constructors
AnimationExtender()
public AnimationExtender()
Properties
OnClick
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onClick")]
public Animation OnClick { get; set; }
Property Value
OnHoverOut
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onHoverOut")]
public Animation OnHoverOut { get; set; }
Property Value
OnHoverOver
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onHoverOver")]
public Animation OnHoverOver { get; set; }
Property Value
OnLoad
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onLoad")]
public Animation OnLoad { get; set; }
Property Value
OnMouseOut
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onMouseOut")]
public Animation OnMouseOut { get; set; }
Property Value
OnMouseOver
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onMouseOver")]
public Animation OnMouseOver { get; set; }
Property Value
Methods
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)