C# Class Alsing.Windows.Forms.SyntaxBox.GotoLineForm

Summary description for GotoLine.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GotoLineForm() public méthode

Default constructor for the GotoLineForm.
public GotoLineForm ( ) : System
Résultat System

GotoLineForm() public méthode

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
Résultat System