C# Class ARCed.Scintilla.IncrementalSearcher

Afficher le fichier Open project: borisblizzard/arcreator 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
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCreateControl ( ) : void
OnLeave ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

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

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

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 EventArgs
Résultat void

OnVisibleChanged() protected méthode

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

moveFormAwayFromSelection() public méthode

public moveFormAwayFromSelection ( ) : void
Résultat void