C# Класс Rock.Web.UI.Controls.ModalDialog

Наследование: AjaxControlToolkit.ModalPopupExtender, INamingContainer
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Hide ( ) : void

Hides this instance.

ModalDialog ( ) : System

Initializes a new instance of the ModalDialog class.

SaveLink_ServerClick ( object sender, EventArgs e ) : void

Handles the ServerClick event of the SaveLink control.

Show ( ) : void

Shows this instance.

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

Метод Описание
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnInit ( EventArgs e ) : void

Raises the E:Init event.

OnPreRender ( EventArgs e ) : void

Raises the E:PreRender event.

RegisterJavaScript ( ) : void

Registers the java script.

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

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

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

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

Hides this instance.
public Hide ( ) : void
Результат void

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

Initializes a new instance of the ModalDialog class.
public ModalDialog ( ) : System
Результат System

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

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Результат void

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

Raises the E:PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Результат void

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

Registers the java script.
protected RegisterJavaScript ( ) : void
Результат void

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

Handles the ServerClick event of the SaveLink control.
public SaveLink_ServerClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Shows this instance.
public Show ( ) : void
Результат void