C# Class FastColoredTextBoxNS.ReplaceForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
Find ( string pattern ) : bool
FindAll ( string pattern ) : List
ReplaceForm ( FastColoredTextBox tb ) : System

Protected Methods

Method Description
OnActivated ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
ReplaceForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ResetSerach ( ) : void
btClose_Click ( object sender, EventArgs e ) : void
btFindNext_Click ( object sender, EventArgs e ) : void
btReplaceAll_Click ( object sender, EventArgs e ) : void
btReplace_Click ( object sender, EventArgs e ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

Find() public method

public Find ( string pattern ) : bool
pattern string
return bool

FindAll() public method

public FindAll ( string pattern ) : List
pattern string
return List

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

ReplaceForm() public method

public ReplaceForm ( FastColoredTextBox tb ) : System
tb FastColoredTextBox
return System