C# Class QL_Csharp.SourceForm

Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

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

public AddClickEventHandler ( EventHandler handler ) : void
handler EventHandler
Résultat void

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

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

SetOutputText() public méthode

public SetOutputText ( string newText ) : void
newText string
Résultat void

SourceForm() public méthode

public SourceForm ( ) : System
Résultat System

UnderlineParseError() public méthode

public UnderlineParseError ( int startPosition, int length ) : void
startPosition int
length int
Résultat void