C# Class NanoTimeTracker.FrameworkClassReplacements.MultilineAutoCompleteTextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: TaoK/NanoTimeTracker

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

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

OnTextChanged() protected méthode

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