Свойство | Type | Description | |
---|---|---|---|
ChatBrowser | System.Windows.Forms.WebBrowser |
Méthode | 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 Chatbox ( List |
||
tags | List |
List of tags |
Résultat | System |
public PrintMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public PrintMessage ( string Name, string Message, Color TextColor ) : void | ||
Name | string | Name of Person |
Message | string | Message contents |
TextColor | Color | Text color |
Résultat | void |