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

Afficher le fichier Open project: butaji/Sapphire

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
RunButton_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox