C# Class WPFKeyboard.Models.ShiftSensitiveKey

Inheritance: BaseOnScreenKeyViewModel, IKeyEventListener
Afficher le fichier Open project: pauldotknopf/WPFKeyboard

Méthodes publiques

Méthode Description
KeyDown ( KeyEventArgs args ) : void
KeyPressed ( KeyPressEventArgs character ) : void
KeyUp ( KeyEventArgs args ) : void
ShiftSensitiveKey ( VirtualKeyCode keyCode, string normal, string modified, string displayText ) : System

Method Details

KeyDown() public méthode

public KeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
Résultat void

KeyPressed() public méthode

public KeyPressed ( KeyPressEventArgs character ) : void
character System.Windows.Forms.KeyPressEventArgs
Résultat void

KeyUp() public méthode

public KeyUp ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
Résultat void

ShiftSensitiveKey() public méthode

public ShiftSensitiveKey ( VirtualKeyCode keyCode, string normal, string modified, string displayText ) : System
keyCode VirtualKeyCode
normal string
modified string
displayText string
Résultat System