RanorexRanorex Documentation
Enabled Property
NamespacesRanorexKeyboardEnabled
Gets or sets a value indicating whether physical keyboard actions are enabled.
Declaration Syntax
C#Visual BasicVisual C++
public static bool Enabled { get; set; }
Public Shared Property Enabled As Boolean
public:
static property bool Enabled {
	bool get ();
	void set (bool value);
}
Remarks
If the keyboard is disabled, physical keyboard actions will be ignored, i.e. they are not passed on to the system. However, the Keyboard events (like KeyDown) will still be raised with the SuppressKeyPress property of the event args set to true. To reenable specific keyboard events, set the SuppressKeyPress of the event args to false.

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