RanorexRanorex Documentation
DoubleClick Method (buttons)
NamespacesRanorexAdapterDoubleClick(MouseButtons)
DoubleClicks on the adapter with the specified mouse buttons.
Declaration Syntax
C#Visual BasicVisual C++
public void DoubleClick(
	MouseButtons buttons
)
Public Sub DoubleClick ( _
	buttons As MouseButtons _
)
public:
void DoubleClick(
	MouseButtons buttons
)
Parameters
buttons (MouseButtons)
A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
Remarks
If this method is invoked on a mobile element, Touch()()() will be called twice internally and the arguments will not be considered.

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