C# Class CentralServerDemo.frmChat

Show file Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Public Properties

Property Type Description
rtBox ExRichTextBox
txtSendMessage System.Windows.Forms.TextBox

Public Methods

Method Description
frmChat ( iConfServer ics ) : System

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.

frmChat_FormClosing ( object sender, FormClosingEventArgs e ) : void
txtSendMessage_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

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

frmChat() public method

public frmChat ( iConfServer ics ) : System
ics iConfServer
return System

Property Details

rtBox public property

public ExRichTextBox,CentralServerDemo rtBox
return ExRichTextBox

txtSendMessage public property

public System.Windows.Forms.TextBox txtSendMessage
return System.Windows.Forms.TextBox