C# 클래스 OmegleMTM.Chatbox

The chat where this all takes place
파일 보기 프로젝트 열기: Naarkie/dot-omegle

공개 프로퍼티들

프로퍼티 타입 설명
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