C# Class CK.Plugins.SendInputDriver.NativeKeySentEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Свойство Type Description
Key Native.KeyboardKeys

Méthodes publiques

Méthode Description
NativeKeySentEventArgs ( Native key ) : System

Method Details

NativeKeySentEventArgs() public méthode

public NativeKeySentEventArgs ( Native key ) : System
key Native
Résultat System

Property Details

Key public_oe property

Store the keyword which represent the key which has been sent
public Native.KeyboardKeys Key
Résultat Native.KeyboardKeys