RanorexRanorex Documentation
Click Method (buttons, times, clickTime)
NamespacesRanorexMouseClick(MouseButtons, Int32, Duration)
Clicks the specified mouse buttons the specified number of times.
Declaration Syntax
C#Visual BasicVisual C++
public static void Click(
	MouseButtons buttons,
	int times,
	Duration clickTime
)
Public Shared Sub Click ( _
	buttons As MouseButtons, _
	times As Integer, _
	clickTime As Duration _
)
public:
static void Click(
	MouseButtons buttons, 
	int times, 
	Duration^ clickTime
)
Parameters
buttons (MouseButtons)
A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
times (Int32)
The number of times to click.
clickTime (Duration)
The time of a mouse click, i.e. the time elapsed between the mouse button being pressed (Down event) and released again (Up event).

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