RanorexRanorex Documentation
Click Method (buttons, moveTime)
NamespacesRanorexAdapterClick(MouseButtons, Duration)
Clicks on the adapter with the specified mouse buttons.
Declaration Syntax
C#Visual BasicVisual C++
public void Click(
	MouseButtons buttons,
	Duration moveTime
)
Public Sub Click ( _
	buttons As MouseButtons, _
	moveTime As Duration _
)
public:
void Click(
	MouseButtons buttons, 
	Duration^ moveTime
)
Parameters
buttons (MouseButtons)
A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
moveTime (Duration)
The time after which the mouse should be at the specified position.
Remarks
If this method is invoked on a mobile element, Touch()()() will be called internally and the arguments will not be considered.

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