C# Class ScintillaNET.IncrementalSearcher

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: NekoProject/NekoKun Class Usage Examples

Public Methods

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

Protected Methods

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

Private Methods

Method 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 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 System.EventArgs
return void

OnVisibleChanged() protected method

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

moveFormAwayFromSelection() public method

public moveFormAwayFromSelection ( ) : void
return void