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

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

Private Properties

프로퍼티 타입 설명
FindReplace_Closing void
InitializeComponent void
btnClose_Click void
btnDoReplace_Click void
btnFind_Click void
btnMarkAll_Click void
btnReplaceAll_Click void
btnReplace_Click void

공개 메소드들

메소드 설명
FindNext ( ) : void
FindReplaceForm ( ) : System

Default constructor for the FindReplaceForm.

FindReplaceForm ( EditViewControl Owner ) : System

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

ShowFind ( ) : void

Displays the FindReplaceForm and sets it in "Find" mode.

ShowReplace ( ) : void

Displays the FindReplaceForm and sets it in "Replace" mode.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

btnClose_Click ( object sender, EventArgs e ) : void
btnDoReplace_Click ( object sender, EventArgs e ) : void
btnFind_Click ( object sender, EventArgs e ) : void
btnMarkAll_Click ( object sender, EventArgs e ) : void
btnReplaceAll_Click ( object sender, EventArgs e ) : void
btnReplace_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

FindNext() 공개 메소드

public FindNext ( ) : void
리턴 void

FindReplaceForm() 공개 메소드

Default constructor for the FindReplaceForm.
public FindReplaceForm ( ) : System
리턴 System

FindReplaceForm() 공개 메소드

Creates a FindReplaceForm that will be assigned to a specific Owner control.
public FindReplaceForm ( EditViewControl Owner ) : System
Owner EditViewControl The SyntaxBox that will use the FindReplaceForm
리턴 System

ShowFind() 공개 메소드

Displays the FindReplaceForm and sets it in "Find" mode.
public ShowFind ( ) : void
리턴 void

ShowReplace() 공개 메소드

Displays the FindReplaceForm and sets it in "Replace" mode.
public ShowReplace ( ) : void
리턴 void