C# Class ChatClient.Form1

Datei anzeigen Open project: RegrowthStudios/VoxelRTS

Public Properties

Property Type Description
button2 System.Windows.Forms.Button
richTextBox1 System.Windows.Forms.RichTextBox
textBox2 System.Windows.Forms.TextBox
textBox3 System.Windows.Forms.TextBox

Public Methods

Method Description
DisableInput ( ) : void
EnableInput ( ) : void
Form1 ( ) : System
textBox1_KeyDown ( object sender, KeyEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void

Method Details

DisableInput() public method

public DisableInput ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EnableInput() public method

public EnableInput ( ) : void
return void

Form1() public method

public Form1 ( ) : System
return System

textBox1_KeyDown() public method

public textBox1_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
return void

Property Details

button2 public_oe property

public System.Windows.Forms.Button button2
return System.Windows.Forms.Button

richTextBox1 public_oe property

public System.Windows.Forms.RichTextBox richTextBox1
return System.Windows.Forms.RichTextBox

textBox2 public_oe property

public System.Windows.Forms.TextBox textBox2
return System.Windows.Forms.TextBox

textBox3 public_oe property

public System.Windows.Forms.TextBox textBox3
return System.Windows.Forms.TextBox