C# Class Sapphire.Environment.UI.WebControls.Repl

Mostra file Open project: butaji/Sapphire

Protected Properties

Property Type Description
PythonRadioButton global::System.Web.UI.WebControls.RadioButton
ResultLabel global::System.Web.UI.WebControls.Label
RunButton global::System.Web.UI.WebControls.Button
ScriptTextBox global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

Method Description
RunButton_Click ( 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

PythonRadioButton protected_oe property

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

ResultLabel protected_oe property

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

RunButton protected_oe property

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

ScriptTextBox protected_oe property

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