C# Class QL_Csharp.SourceForm

ファイルを表示 Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
AddClickEventHandler ( EventHandler handler ) : void
SetOutputText ( string newText ) : void
SourceForm ( ) : System
UnderlineParseError ( int startPosition, int length ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
InitializeComponent ( ) : void

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

comboBoxDemos_SelectedValueChanged ( object sender, EventArgs e ) : void
textBoxSource_TextChanged ( object sender, EventArgs e ) : void

Method Details

AddClickEventHandler() public method

public AddClickEventHandler ( EventHandler handler ) : void
handler EventHandler
return void

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

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

SetOutputText() public method

public SetOutputText ( string newText ) : void
newText string
return void

SourceForm() public method

public SourceForm ( ) : System
return System

UnderlineParseError() public method

public UnderlineParseError ( int startPosition, int length ) : void
startPosition int
length int
return void