RanorexRanorex Documentation
DefaultClickTime Property
NamespacesRanorexMouseDefaultClickTime
Gets ors sets the default time of a mouse click, i.e. the time elapsed between the mouse button being pressed (Down event) and released again (Up event).
Declaration Syntax
C#Visual BasicVisual C++
public static Duration DefaultClickTime { get; set; }
Public Shared Property DefaultClickTime As Duration
public:
static property Duration^ DefaultClickTime {
	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)