C# Class DreamEdit.Console

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: headswe/DreamEdit

Méthodes publiques

Méthode Description
AppendLink ( string str, string hyper ) : void
AppendText ( string S ) : void
ClearText ( ) : void
Console ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

AppendLink() public méthode

public AppendLink ( string str, string hyper ) : void
str string
hyper string
Résultat void

AppendText() public méthode

public AppendText ( string S ) : void
S string
Résultat void

ClearText() public méthode

public ClearText ( ) : void
Résultat void

Console() public méthode

public Console ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void