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

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

Private Properties

Property Type Description
FindReplace_Closing void
InitializeComponent void
btnClose_Click void
btnDoReplace_Click void
btnFind_Click void
btnMarkAll_Click void
btnReplaceAll_Click void
btnReplace_Click void

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

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

FindNext() public method

public FindNext ( ) : void
return void

FindReplaceForm() public method

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

FindReplaceForm() public method

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

ShowFind() public method

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

ShowReplace() public method

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