C# 클래스 Sample._Default

파일 보기 프로젝트 열기: grabzit/grabzit

보호된 프로퍼티들

프로퍼티 타입 설명
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