C# Class Game.Manager_Chat

Mostrar archivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
ingameChat System.Windows.Forms.RichTextBox
sndNoticeButton System.Windows.Forms.Button
sndNoticeMessage System.Windows.Forms.TextBox

Public Methods

Method Description
ChatBox ( string information ) : void
Manager_Chat ( ) : 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.

Manager_Chat_FormClosing ( object sender, FormClosingEventArgs e ) : void
Manager_Chat_MouseDown ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
ingameChat_TextChanged ( object sender, EventArgs e ) : void
panel1_Click ( object sender, EventArgs e ) : void
panel2_Click ( object sender, EventArgs e ) : void
sndNoticeButton_Click ( object sender, EventArgs e ) : void

Method Details

ChatBox() public method

public ChatBox ( string information ) : void
information string
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

Manager_Chat() public method

public Manager_Chat ( ) : System
return System

Property Details

ingameChat public_oe property

public System.Windows.Forms.RichTextBox ingameChat
return System.Windows.Forms.RichTextBox

sndNoticeButton public_oe property

public System.Windows.Forms.Button sndNoticeButton
return System.Windows.Forms.Button

sndNoticeMessage public_oe property

public System.Windows.Forms.TextBox sndNoticeMessage
return System.Windows.Forms.TextBox