RanorexRanorex Documentation
Click Method (buttons, location, moveTime)
NamespacesRanorexAdapterClick(MouseButtons, Location, Duration)
Clicks on the adapter with the specified mouse buttons at a given location.
Declaration Syntax
C#Visual BasicVisual C++
public void Click(
	MouseButtons buttons,
	Location location,
	Duration moveTime
)
Public Sub Click ( _
	buttons As MouseButtons, _
	location As Location, _
	moveTime As Duration _
)
public:
void Click(
	MouseButtons buttons, 
	Location^ location, 
	Duration^ moveTime
)
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.
moveTime (Duration)
The time after which the mouse should be at the specified position.

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