C# Class FastColoredTextBoxNS.FindForm

Inheritance: System.Windows.Forms.Form, IFindForm
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Properties

Property Type Description
tbFind System.Windows.Forms.TextBox

Public Methods

Method Description
FindForm ( FastColoredTextBox tb ) : System
FindNext ( string pattern ) : void
FindPrevious ( string pattern ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
EndOfLine ( Place p ) : Place
Find ( string pattern, FindNextDirection direction ) : void
FindForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

NextPlace ( Place p ) : Place
PrevPlace ( Place p ) : Place
ResetSearch ( ) : void
StartOfLine ( Place p ) : Place
TbFindOnTextChanged ( object sender, EventArgs eventArgs ) : void
TryFindNext ( string pattern, RegexOptions opt, FindNextDirection direction, Range range, Place &foundMatchPlace ) : bool
btClose_Click ( object sender, EventArgs e ) : void
btFindAll_Click ( object sender, EventArgs e ) : void
btFindNext_Click ( object sender, EventArgs e ) : void
btFindPrevious_Click ( object sender, EventArgs e ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyPress ( object sender, KeyPressEventArgs 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

FindForm() public method

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

FindNext() public method

public FindNext ( string pattern ) : void
pattern string
return void

FindPrevious() public method

public FindPrevious ( string pattern ) : void
pattern string
return void

OnActivated() protected method

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

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool

Property Details

tbFind public_oe property

public System.Windows.Forms.TextBox tbFind
return System.Windows.Forms.TextBox