Table of Contents

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

Animation

OnHoverOut

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onHoverOut")]
public Animation OnHoverOut { get; set; }

Property Value

Animation

OnHoverOver

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onHoverOver")]
public Animation OnHoverOver { get; set; }

Property Value

Animation

OnLoad

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onLoad")]
public Animation OnLoad { get; set; }

Property Value

Animation

OnMouseOut

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onMouseOut")]
public Animation OnMouseOut { get; set; }

Property Value

Animation

OnMouseOver

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onMouseOver")]
public Animation OnMouseOver { get; set; }

Property Value

Animation

Methods

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs