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

Summary description for GotoLine.
Inheritance: System.Windows.Forms.Form
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GotoLineForm() public method

Default constructor for the GotoLineForm.
public GotoLineForm ( ) : System
return System

GotoLineForm() public method

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
return System