C# Class ARCed.Scintilla.IncrementalSearcher

Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
IncrementalSearcher ( ) : System
IncrementalSearcher ( bool toolItem ) : System
moveFormAwayFromSelection ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method 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 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

IncrementalSearcher() public method

public IncrementalSearcher ( ) : System
return System

IncrementalSearcher() public method

public IncrementalSearcher ( bool toolItem ) : System
toolItem bool
return System

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnLeave() protected method

protected OnLeave ( EventArgs e ) : void
e EventArgs
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
return void

moveFormAwayFromSelection() public method

public moveFormAwayFromSelection ( ) : void
return void