Class AnimationExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
[RequiredScript(typeof(AnimationScripts))]
[ClientScriptResource("AjaxControlToolkit.Animation.AnimationBehavior", "AjaxControlToolkit.Animation.AnimationBehavior.js")]
public class AnimationExtender : AnimationExtenderControlBase, IControlResolver
Constructors
AnimationExtender()
Declaration
public AnimationExtender()
Properties
OnClick
Declaration
[ExtenderControlProperty]
public Animation OnClick { get; set; }
Property Value
Type | Description |
---|---|
Animation |
OnHoverOut
Declaration
[ExtenderControlProperty]
public Animation OnHoverOut { get; set; }
Property Value
Type | Description |
---|---|
Animation |
OnHoverOver
Declaration
[ExtenderControlProperty]
public Animation OnHoverOver { get; set; }
Property Value
Type | Description |
---|---|
Animation |
OnLoad
Declaration
[ExtenderControlProperty]
public Animation OnLoad { get; set; }
Property Value
Type | Description |
---|---|
Animation |
OnMouseOut
Declaration
[ExtenderControlProperty]
public Animation OnMouseOut { get; set; }
Property Value
Type | Description |
---|---|
Animation |
OnMouseOver
Declaration
[ExtenderControlProperty]
public Animation OnMouseOver { get; set; }
Property Value
Type | Description |
---|---|
Animation |
Methods
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |