Property | Type | Description | |
---|---|---|---|
ChatBrowser | System.Windows.Forms.WebBrowser |
Method | Description | |
---|---|---|
Chatbox ( ) : System |
Creates a new chatbox instance
|
|
Chatbox ( List |
Creates a new chatbox instance
|
|
PrintMessage ( string message ) : void |
Prints a message directly to the browser
|
|
PrintMessage ( string Name, string Message, Color TextColor ) : void |
Add Message
|
|
Reset ( ) : void | ||
SetTags ( List |
Set's the tags
|
public PrintMessage ( string message ) : void | ||
message | string | |
return | void |
public PrintMessage ( string Name, string Message, Color TextColor ) : void | ||
Name | string | Name of Person |
Message | string | Message contents |
TextColor | Color | Text color |
return | void |