RanorexRanorex Documentation
DoubleClick Method (buttons, location)
NamespacesRanorexAdapterDoubleClick(MouseButtons, Location)
DoubleClicks on the adapter with the specified mouse buttons at a specific location location.
Declaration Syntax
C#Visual BasicVisual C++
public void DoubleClick(
	MouseButtons buttons,
	Location location
)
Public Sub DoubleClick ( _
	buttons As MouseButtons, _
	location As Location _
)
public:
void DoubleClick(
	MouseButtons buttons, 
	Location^ location
)
Parameters
buttons (MouseButtons)
A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
location (Location)
The location to click at.
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)