C# Класс OmegleMTM.Chatbox

The chat where this all takes place
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ChatBrowser System.Windows.Forms.WebBrowser

Открытые методы

Метод Описание
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

Описание методов

Chatbox() публичный Метод

Creates a new chatbox instance
public Chatbox ( ) : System
Результат System

Chatbox() публичный Метод

Creates a new chatbox instance
public Chatbox ( List tags ) : System
tags List List of tags
Результат System

PrintMessage() публичный Метод

Prints a message directly to the browser
public PrintMessage ( string message ) : void
message string
Результат void

PrintMessage() публичный Метод

Add Message
public PrintMessage ( string Name, string Message, Color TextColor ) : void
Name string Name of Person
Message string Message contents
TextColor Color Text color
Результат void

Reset() публичный Метод

public Reset ( ) : void
Результат void

SetTags() публичный Метод

Set's the tags
public SetTags ( List Tags ) : void
Tags List
Результат void

Описание свойств

ChatBrowser публичное свойство

public WebBrowser,System.Windows.Forms ChatBrowser
Результат System.Windows.Forms.WebBrowser