C# Class WebApplication1.Checkboxes

Mostra file Open project: riganti/selenium-utils

Protected Properties

Property Type Description
RadioChecked global::System.Web.UI.WebControls.RadioButton
RadioNotChecked global::System.Web.UI.WebControls.RadioButton
checkbox1 global::System.Web.UI.WebControls.CheckBox
checkbox2 global::System.Web.UI.WebControls.CheckBox
form1 global::System.Web.UI.HtmlControls.HtmlForm
textbox1 global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

RadioChecked protected_oe property

RadioChecked control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton RadioChecked
return global::System.Web.UI.WebControls.RadioButton

RadioNotChecked protected_oe property

RadioNotChecked control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton RadioNotChecked
return global::System.Web.UI.WebControls.RadioButton

checkbox1 protected_oe property

checkbox1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox checkbox1
return global::System.Web.UI.WebControls.CheckBox

checkbox2 protected_oe property

checkbox2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox checkbox2
return global::System.Web.UI.WebControls.CheckBox

form1 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlForm

textbox1 protected_oe property

textbox1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox textbox1
return global::System.Web.UI.WebControls.TextBox