C# Class ScintillaNET.IncrementalSearcher

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Méthode Description
IncrementalSearcher ( ) : System
IncrementalSearcher ( bool toolItem ) : System
moveFormAwayFromSelection ( ) : void

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void
OnLeave ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
brnPrevious_Click ( object sender, EventArgs e ) : void
btnClearHighlights_Click ( object sender, EventArgs e ) : void
btnHighlightAll_Click ( object sender, EventArgs e ) : void
btnNext_Click ( object sender, EventArgs e ) : void
findNext ( ) : void
findPrevious ( ) : void
txtFind_KeyDown ( object sender, KeyEventArgs e ) : void
txtFind_TextChanged ( object sender, EventArgs e ) : void

Method Details

IncrementalSearcher() public méthode

public IncrementalSearcher ( ) : System
Résultat System

IncrementalSearcher() public méthode

public IncrementalSearcher ( bool toolItem ) : System
toolItem bool
Résultat System

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnLeave() protected méthode

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

OnVisibleChanged() protected méthode

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

moveFormAwayFromSelection() public méthode

public moveFormAwayFromSelection ( ) : void
Résultat void