RanorexRanorex Documentation
DefaultKeyPressTime Property
NamespacesRanorexKeyboardDefaultKeyPressTime
Gets or sets the default time for a key press, i.e. the time elapsed between a key being pressed (KeyDown event) and released (KeyUp event) again.
Declaration Syntax
C#Visual BasicVisual C++
public static Duration DefaultKeyPressTime { get; set; }
Public Shared Property DefaultKeyPressTime As Duration
public:
static property Duration^ DefaultKeyPressTime {
	Duration^ get ();
	void set (Duration^ value);
}
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the value is negative.

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