C# Класс GlueView.Scripting.FullScriptingReplForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FullScriptingReplForm ( ScriptParsingPlugin scriptParsingPlugin ) : System

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

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

Clean up any resources being used.

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

Метод Описание
ApplyRichTextBoxScript ( System.Windows.Forms.RichTextBox richTextBox, bool refreshSelection = true ) : void
Apply_Click ( object sender, EventArgs e ) : void
ClassScopeTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
CreateScriptSave ( ) : ScriptSave
HandleDragDrop ( object sender, DragEventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
LoadScript ( string fileToLoad ) : void
MarkLineAsRed ( System.Windows.Forms.RichTextBox richTextBox, int errorLine ) : void
PerformUpdateScript ( ) : void
ResetClick ( object sender, EventArgs e ) : void
ScriptTextBox_TextChanged ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, int msg, int wParam, [ lParam ) : Int32
SetCueText ( Control control, string text ) : void
SetFromScriptSave ( ScriptSave scriptSave ) : void
UpdateTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
UpdateTextBox_TextChanged ( object sender, EventArgs e ) : void
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsToolStripMenuItem_Click ( object sender, EventArgs e ) : 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

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

public FullScriptingReplForm ( ScriptParsingPlugin scriptParsingPlugin ) : System
scriptParsingPlugin GlueViewOfficialPlugins.Scripting.ScriptParsingPlugin
Результат System