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

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

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

FindNext() public méthode

public FindNext ( ) : void
Résultat void

FindReplaceForm() public méthode

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

FindReplaceForm() public méthode

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

ShowFind() public méthode

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

ShowReplace() public méthode

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