C# 클래스 AjaxControlToolkit.UpdatePanelAnimationExtender

상속: AnimationExtenderControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

Private Properties

프로퍼티 타입 설명
ReplaceStaticAnimationTargets void

공개 메소드들

메소드 설명
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)

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void
RenderScriptAttributes ( System.Web.UI.ScriptBehaviorDescriptor descriptor ) : void

비공개 메소드들

메소드 설명
ReplaceStaticAnimationTargets ( Animation animation ) : void

메소드 상세

GetControl() 공개 메소드

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

GetTargetControl() 공개 메소드

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

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderScriptAttributes() 보호된 메소드

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