RanorexRanorex Documentation
Click Method (location, moveTime)
NamespacesRanorexAdapterClick(Location, Duration)
Clicks on the adapter at a specific location.
Declaration Syntax
C#Visual BasicVisual C++
public void Click(
	Location location,
	Duration moveTime
)
Public Sub Click ( _
	location As Location, _
	moveTime As Duration _
)
public:
void Click(
	Location^ location, 
	Duration^ moveTime
)
Parameters
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.1.15734 (3.2.1.15734)