C# Class System.Windows.Automation.KeyEventArgs

Inheritance: AutomationEventArgs
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
KeyEventArgs ( bool down, int keycode, int keysym, String str, bool alt, bool control, bool shift ) : System.Runtime.InteropServices

Method Details

KeyEventArgs() public méthode

public KeyEventArgs ( bool down, int keycode, int keysym, String str, bool alt, bool control, bool shift ) : System.Runtime.InteropServices
down bool
keycode int
keysym int
str String
alt bool
control bool
shift bool
Résultat System.Runtime.InteropServices