C# Class Unvell.ReoScript.Editor.MyConsoleTextBox

Inheritance: FastColoredTextBox
显示文件 Open project: jing-lu/ReoScript

Private Properties

Property Type Description

Public Methods

Method Description
MyConsoleTextBox ( ) : System
OnTextChanging ( string &text ) : void

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void

Method Details

MyConsoleTextBox() public method

public MyConsoleTextBox ( ) : System
return System

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnTextChanging() public method

public OnTextChanging ( string &text ) : void
text string
return void