C# Class TeaseAI_CE.UI.WebBrowserForChat

Some additions to allow the WebBrowser control to work better for chat history.
Inheritance: System.Windows.Forms.Control
Exibir arquivo Open project: TeaseAI/TeaseAI-CE

Public Methods

Method Description
Append ( Personality p, string message ) : void
Clear ( ) : void
WebBrowserForChat ( ) : System

Method Details

Append() public method

public Append ( Personality p, string message ) : void
p TeaseAI_CE.Scripting.Personality
message string
return void

Clear() public method

public Clear ( ) : void
return void

WebBrowserForChat() public method

public WebBrowserForChat ( ) : System
return System