C# Class OmegleMTM.Chatbox

The chat where this all takes place
Afficher le fichier Open project: Naarkie/dot-omegle

Méthodes publiques

Свойство Type Description
ChatBrowser System.Windows.Forms.WebBrowser

Méthodes publiques

Méthode Description
Chatbox ( ) : System

Creates a new chatbox instance

Chatbox ( List tags ) : System

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 Tags ) : void

Set's the tags

Method Details

Chatbox() public méthode

Creates a new chatbox instance
public Chatbox ( ) : System
Résultat System

Chatbox() public méthode

Creates a new chatbox instance
public Chatbox ( List tags ) : System
tags List List of tags
Résultat System

PrintMessage() public méthode

Prints a message directly to the browser
public PrintMessage ( string message ) : void
message string
Résultat void

PrintMessage() public méthode

Add Message
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

Reset() public méthode

public Reset ( ) : void
Résultat void

SetTags() public méthode

Set's the tags
public SetTags ( List Tags ) : void
Tags List
Résultat void

Property Details

ChatBrowser public_oe property

public WebBrowser,System.Windows.Forms ChatBrowser
Résultat System.Windows.Forms.WebBrowser