RanorexNetRanorex Documentation
Click Method (buttons, location, times, moveTime)
NamespacesRanorexAdapterClick(MouseButtons, Location, Int32, Duration)
Clicks at the specified location relative to the adapter with the specified mouse buttons the specified number of times.
Declaration Syntax
C#Visual BasicVisual C++
public void Click(
	MouseButtons buttons,
	Location location,
	int times,
	Duration moveTime
)
Public Sub Click ( _
	buttons As MouseButtons, _
	location As Location, _
	times As Integer, _
	moveTime As Duration _
)
public:
void Click(
	MouseButtons buttons, 
	Location^ location, 
	int times, 
	Duration^ moveTime
)
Parameters
buttons (MouseButtons)
A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
location (Location)
The location relative to the upper-left corner of the element to click on.
times (Int32)
The number of times to click.
moveTime (Duration)
The time after which the mouse should be at the specified position.

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