C# Класс Sample._Default

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnDelete global::System.Web.UI.WebControls.Button
btnSubmit global::System.Web.UI.WebControls.Button
ddlConvert global::System.Web.UI.WebControls.DropDownList
ddlFormat global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblMessage global::System.Web.UI.WebControls.Label
txtHTML global::System.Web.UI.WebControls.TextBox
txtURL global::System.Web.UI.WebControls.TextBox

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void
grabzIt_ScreenShotComplete ( object sender, ScreenShotEventArgs result ) : void

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

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected grabzIt_ScreenShotComplete ( object sender, ScreenShotEventArgs result ) : void
sender object
result ScreenShotEventArgs
Результат void

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

btnDelete защищенное свойство

btnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnDelete
Результат global::System.Web.UI.WebControls.Button

btnSubmit защищенное свойство

btnSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSubmit
Результат global::System.Web.UI.WebControls.Button

ddlConvert защищенное свойство

ddlConvert control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlConvert
Результат global::System.Web.UI.WebControls.DropDownList

ddlFormat защищенное свойство

ddlFormat control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlFormat
Результат global::System.Web.UI.WebControls.DropDownList

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm

lblMessage защищенное свойство

lblMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblMessage
Результат global::System.Web.UI.WebControls.Label

txtHTML защищенное свойство

txtHTML control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtHTML
Результат global::System.Web.UI.WebControls.TextBox

txtURL защищенное свойство

txtURL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtURL
Результат global::System.Web.UI.WebControls.TextBox