C# Класс DreamEdit.Console

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

Метод Описание
AppendLink ( string str, string hyper ) : void
AppendText ( string S ) : void
ClearText ( ) : void
Console ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

console_textbox_LinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void
console_textbox_TextChanged ( object sender, EventArgs e ) : void

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

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

public AppendLink ( string str, string hyper ) : void
str string
hyper string
Результат void

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

public AppendText ( string S ) : void
S string
Результат void

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

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

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

public Console ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void