C# Class AkaneMail.findDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: hijirichan/AkaneMail Class Usage Examples

Méthodes publiques

Méthode Description
findDialog ( ) : System
findDialog ( TextBox txtBox ) : System
findDialog ( dialogMode mode ) : System
findDialog ( dialogMode mode, TextBox txtBox ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ExecFind ( ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ResetFindPosition ( ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
findButton_Click ( object sender, EventArgs e ) : void
findPosition_Radio_CheckedChanged ( object sender, EventArgs e ) : void
replaceAllButton_Click ( object sender, EventArgs e ) : void
replaceNextButton_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 true if managed resources should be disposed; otherwise, false.
Résultat void

findDialog() public méthode

public findDialog ( ) : System
Résultat System

findDialog() public méthode

public findDialog ( TextBox txtBox ) : System
txtBox System.Windows.Forms.TextBox
Résultat System

findDialog() public méthode

public findDialog ( dialogMode mode ) : System
mode dialogMode
Résultat System

findDialog() public méthode

public findDialog ( dialogMode mode, TextBox txtBox ) : System
mode dialogMode
txtBox System.Windows.Forms.TextBox
Résultat System