C# Class AjaxControlToolkit.UpdatePanelAnimationExtender

Inheritance: AnimationExtenderControlBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Private Properties

Property Type Description
ReplaceStaticAnimationTargets void

Public Methods

Method Description
GetControl ( string id ) : Control

Returns the control specified by its ID

GetTargetControl ( ) : Control

Returns the UpdatePanel, whose updates are used to play animations (this is also the default target of animations)

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
RenderScriptAttributes ( System.Web.UI.ScriptBehaviorDescriptor descriptor ) : void

Private Methods

Method Description
ReplaceStaticAnimationTargets ( Animation animation ) : void

Method Details

GetControl() public method

Returns the control specified by its ID
public GetControl ( string id ) : Control
id string ID of the control
return System.Web.UI.Control

GetTargetControl() public method

Returns the UpdatePanel, whose updates are used to play animations (this is also the default target of animations)
public GetTargetControl ( ) : Control
return System.Web.UI.Control

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RenderScriptAttributes() protected method

protected RenderScriptAttributes ( System.Web.UI.ScriptBehaviorDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptBehaviorDescriptor
return void