C# 클래스 Alsing.Windows.Forms.SyntaxBox.GotoLineForm

Summary description for GotoLine.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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