C# Class System.Windows.Automation.KeyEventArgs

Inheritance: AutomationEventArgs
Datei anzeigen Open project: mono/uia2atk Class Usage Examples

Public Methods

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

Method Details

KeyEventArgs() public method

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
return System.Runtime.InteropServices