RanorexRanorex Documentation
DoubleClick Method (location, moveTime)
NamespacesRanorexAdapterDoubleClick(Location, Duration)
DoubleClicks on the adapter at a specific location.
Declaration Syntax
C#Visual BasicVisual C++
public void DoubleClick(
	Location location,
	Duration moveTime
)
Public Sub DoubleClick ( _
	location As Location, _
	moveTime As Duration _
)
public:
void DoubleClick(
	Location^ location, 
	Duration^ moveTime
)
Parameters
location (Location)
The location to click at.
moveTime (Duration)
The time after which the mouse should be at the specified position.
Remarks
If this method is invoked on a mobile element, Touch(Location) will be called twice internally and only the location argument will be considered.

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