C# Класс Alsing.Windows.Forms.SyntaxBox.GotoLineForm

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

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

Метод Описание
GotoLineForm ( ) : System

Default constructor for the GotoLineForm.

GotoLineForm ( EditViewControl Owner, int RowCount ) : System

Creates a GotoLineForm that will be assigned to a specific Owner control.

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

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

Clean up any resources being used.

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

Метод Описание
GotoLine_Activated ( object sender, EventArgs e ) : void
GotoLine_Closing ( object sender, CancelEventArgs e ) : void
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Default constructor for the GotoLineForm.
public GotoLineForm ( ) : System
Результат System

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

Creates a GotoLineForm that will be assigned to a specific Owner control.
public GotoLineForm ( EditViewControl Owner, int RowCount ) : System
Owner EditViewControl The SyntaxBox that will use the GotoLineForm
RowCount int The number of lines in the owner control
Результат System