C# Class NanoTimeTracker.FrameworkClassReplacements.MultilineAutoCompleteTextBox

Inheritance: System.Windows.Forms.TextBox
Mostrar archivo Open project: TaoK/NanoTimeTracker

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
FillListBox ( ) : void
ProcessSelection ( ) : void
suggestionsBox_KeyDown ( object sender, KeyEventArgs e ) : void
suggestionsBox_LostFocus ( object sender, EventArgs e ) : void
suggestionsBox_MouseClick ( object sender, MouseEventArgs e ) : void

Method Details

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnLostFocus() protected method

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

OnTextChanged() protected method

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