C# Class OmegleMTM.Chatbox

The chat where this all takes place
Show file Open project: Naarkie/dot-omegle

Public Properties

Property Type Description
ChatBrowser System.Windows.Forms.WebBrowser

Public Methods

Method 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 method

Creates a new chatbox instance
public Chatbox ( ) : System
return System

Chatbox() public method

Creates a new chatbox instance
public Chatbox ( List tags ) : System
tags List List of tags
return System

PrintMessage() public method

Prints a message directly to the browser
public PrintMessage ( string message ) : void
message string
return void

PrintMessage() public method

Add Message
public PrintMessage ( string Name, string Message, Color TextColor ) : void
Name string Name of Person
Message string Message contents
TextColor Color Text color
return void

Reset() public method

public Reset ( ) : void
return void

SetTags() public method

Set's the tags
public SetTags ( List Tags ) : void
Tags List
return void

Property Details

ChatBrowser public property

public WebBrowser,System.Windows.Forms ChatBrowser
return System.Windows.Forms.WebBrowser