C# Class AjaxControlToolkit.HtmlEditor.Popups.Popup

Inheritance: ScriptControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
GetResourceString string

Méthodes publiques

Méthode Description
GetExistingPopup ( Control parent, Type type ) : Popup

Méthodes protégées

Méthode Description
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
GetButton ( string name ) : string
GetField ( string name ) : string
GetField ( string name, string subName ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Popup ( ) : System
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
GetResourceString ( string key ) : string

Method Details

CreateControlStyle() protected méthode

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
Résultat System.Web.UI.WebControls.Style

DescribeComponent() protected méthode

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

GetButton() protected méthode

protected GetButton ( string name ) : string
name string
Résultat string

GetExistingPopup() public static méthode

public static GetExistingPopup ( Control parent, Type type ) : Popup
parent System.Web.UI.Control
type System.Type
Résultat Popup

GetField() protected méthode

protected GetField ( string name ) : string
name string
Résultat string

GetField() protected méthode

protected GetField ( string name, string subName ) : string
name string
subName string
Résultat string

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

Popup() protected méthode

protected Popup ( ) : System
Résultat System

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void