C# Class DreamEdit.Console

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: headswe/DreamEdit

Public Methods

Method Description
AppendLink ( string str, string hyper ) : void
AppendText ( string S ) : void
ClearText ( ) : void
Console ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AppendLink ( string str, string hyper ) : void
str string
hyper string
return void

AppendText() public method

public AppendText ( string S ) : void
S string
return void

ClearText() public method

public ClearText ( ) : void
return void

Console() public method

public Console ( ) : System
return System

Dispose() protected method

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