C# Class AjaxControlToolkit.PopupControlExtender

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

Private Properties

Свойство Type Description
Close void
PopupControlExtender System

Méthodes publiques

Méthode Description
Cancel ( ) : void

Cancels the popup control and hides it abandoning results

Commit ( string result ) : void

Commits the popup control and hides it applying the specified result

GetProxyForCurrentPopup ( Page page ) : PopupControlExtender

Returns a proxy PopupControlExtender representing the currently active popup on the specified page

Only the Cancel and Commit methods should be called on the proxy

PopupControlExtender ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Close ( string result ) : void
PopupControlExtender ( Page page ) : System

Method Details

Cancel() public méthode

Cancels the popup control and hides it abandoning results
public Cancel ( ) : void
Résultat void

Commit() public méthode

Commits the popup control and hides it applying the specified result
public Commit ( string result ) : void
result string Result
Résultat void

GetProxyForCurrentPopup() public static méthode

Returns a proxy PopupControlExtender representing the currently active popup on the specified page
Only the Cancel and Commit methods should be called on the proxy
public static GetProxyForCurrentPopup ( Page page ) : PopupControlExtender
page System.Web.UI.Page Page
Résultat PopupControlExtender

OnLoad() protected méthode

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

OnPreRender() protected méthode

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

Page_PreRender() protected méthode

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PopupControlExtender() public méthode

public PopupControlExtender ( ) : System
Résultat System