C# Класс Adf.Web.UI.MessageButton

Represents control that shows a link with a javascript confirmation box.
Наследование: System.Web.UI.Control, IPostBackEventHandler
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
RaisePostBackEvent ( string eventArgument ) : void

Raises the click event when the confirmation button is clicked.

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

Метод Описание
Render ( System.Web.UI.HtmlTextWriter writer ) : void

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

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

RaisePostBackEvent() публичный Метод

Raises the click event when the confirmation button is clicked.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string The event argument.
Результат void

Render() защищенный Метод

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 .
Результат void