C# Class SS.Ynote.Classic.Core.Search.IncrementalSearcher

This style will drawing ellipse around of the word
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

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

Méthodes publiques

Méthode Description
IncrementalSearcher ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Exit ( ) : void
FindNext ( string pattern ) : void
FocusTextBox ( ) : void
HighlightAllMatches ( Range r, string pattern, bool ignorecase ) : void
InitializeComponent ( ) : void

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

ResetSerach ( ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyDown ( object sender, KeyEventArgs e ) : void
tbFind_TextChanged ( 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

IncrementalSearcher() public méthode

public IncrementalSearcher ( ) : System
Résultat System

Property Details

Tb public_oe property

public FastColoredTextBox Tb
Résultat FastColoredTextBox

tbFind public_oe property

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