C# Class Adf.Web.UI.MessageButton

Represents control that shows a link with a javascript confirmation box.
Inheritance: System.Web.UI.Control, IPostBackEventHandler
Afficher le fichier Open project: NLADP/ADF

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RaisePostBackEvent ( string eventArgument ) : void

Raises the click event when the confirmation button is clicked.

Méthodes protégées

Méthode Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the control to the specified System.Web.UI.HtmlTextWriter.

Method Details

RaisePostBackEvent() public méthode

Raises the click event when the confirmation button is clicked.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string The event argument.
Résultat void

Render() protected méthode

Renders the control to the specified System.Web.UI.HtmlTextWriter.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The output .
Résultat void