RanorexRanorex Documentation
KeyDown Event
NamespacesRanorexKeyboardKeyDown
Occurs when a key is pressed or hold down.
Declaration Syntax
C#Visual BasicVisual C++
public static event KeyEventHandler KeyDown
Public Shared Event KeyDown As KeyEventHandler
public:
static  event KeyEventHandler^ KeyDown {
	void add (KeyEventHandler^ value);
	void remove (KeyEventHandler^ value);
}

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)