C# Class FastColoredTextBoxNS.FindForm

Inheritance: System.Windows.Forms.Form, IFindForm
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Свойство Type Description
tbFind System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
FindForm ( FastColoredTextBox tb ) : System
FindNext ( string pattern ) : void
FindPrevious ( string pattern ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

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

FindForm() public méthode

public FindForm ( FastColoredTextBox tb ) : System
tb FastColoredTextBox
Résultat System

FindNext() public méthode

public FindNext ( string pattern ) : void
pattern string
Résultat void

FindPrevious() public méthode

public FindPrevious ( string pattern ) : void
pattern string
Résultat void

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProcessCmdKey() protected méthode

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

Property Details

tbFind public_oe property

public System.Windows.Forms.TextBox tbFind
Résultat System.Windows.Forms.TextBox