C# Класс AjaxControlToolkit.HtmlEditor.Popups.AttachedTemplatePopup

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AttachedTemplatePopup ( ) : System

Защищенные методы

Метод Описание
CreateChildControls ( ) : void
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Описание методов

AttachedTemplatePopup() публичный метод

public AttachedTemplatePopup ( ) : System
Результат System

CreateChildControls() защищенный метод

protected CreateChildControls ( ) : void
Результат void

DescribeComponent() защищенный метод

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
Результат void

OnInit() защищенный метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный метод

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void