RanorexRanorex Documentation
DoubleClick Method (location)
NamespacesRanorexAdapterDoubleClick(Location)
DoubleClicks on the adapter with the left mouse button at a specific location location.
Declaration Syntax
C#Visual BasicVisual C++
public void DoubleClick(
	Location location
)
Public Sub DoubleClick ( _
	location As Location _
)
public:
void DoubleClick(
	Location^ location
)
Parameters
location (Location)
The location to click at.
Remarks
If this method is invoked on a mobile element, Touch(Location) will be called twice internally.

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