C# Класс AjaxControlToolkit.UpdatePanelAnimationExtender

Наследование: AnimationExtenderControlBase
Показать файл Открыть проект

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