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

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