C# Class Shortcut.Forms.HotkeyTextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: AlexArchive/Shortcut

Méthodes publiques

Méthode Description
HotkeyTextBox ( ) : System.Windows.Forms

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void

Private Methods

Méthode Description
IsModifier ( Keys keys ) : bool
RenderText ( ) : void
Reset ( ) : void

Method Details

HotkeyTextBox() public méthode

public HotkeyTextBox ( ) : System.Windows.Forms
Résultat System.Windows.Forms

OnKeyDown() protected méthode

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

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
Résultat void