C# Class AjaxControlToolkit.HtmlEditor.Popups.AttachedTemplatePopup

Inheritance: AttachedPopup
Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AttachedTemplatePopup ( ) : System

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Method Details

AttachedTemplatePopup() public méthode

public AttachedTemplatePopup ( ) : System
Résultat System

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

DescribeComponent() protected méthode

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void