C# Class AkaneMail.findDialog

Inheritance: System.Windows.Forms.Form
Mostra file Open project: hijirichan/AkaneMail Class Usage Examples

Public Methods

Method Description
findDialog ( ) : System
findDialog ( TextBox txtBox ) : System
findDialog ( dialogMode mode ) : System
findDialog ( dialogMode mode, TextBox txtBox ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

findDialog() public method

public findDialog ( ) : System
return System

findDialog() public method

public findDialog ( TextBox txtBox ) : System
txtBox System.Windows.Forms.TextBox
return System

findDialog() public method

public findDialog ( dialogMode mode ) : System
mode dialogMode
return System

findDialog() public method

public findDialog ( dialogMode mode, TextBox txtBox ) : System
mode dialogMode
txtBox System.Windows.Forms.TextBox
return System