C# Класс QL_Csharp.SourceForm

Показать файл Открыть проект

Открытые методы

Метод Описание
AddClickEventHandler ( EventHandler handler ) : void
SetOutputText ( string newText ) : void
SourceForm ( ) : System
UnderlineParseError ( int startPosition, int length ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
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

Описание методов

AddClickEventHandler() публичный Метод

public AddClickEventHandler ( EventHandler handler ) : void
handler EventHandler
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool

SetOutputText() публичный Метод

public SetOutputText ( string newText ) : void
newText string
Результат void

SourceForm() публичный Метод

public SourceForm ( ) : System
Результат System

UnderlineParseError() публичный Метод

public UnderlineParseError ( int startPosition, int length ) : void
startPosition int
length int
Результат void