RanorexRanorex Documentation
MoveTo Method (moveTime)
NamespacesRanorexAdapterMoveTo(Duration)
Moves the mouse to the adapter.
Declaration Syntax
C#Visual BasicVisual C++
public void MoveTo(
	Duration moveTime
)
Public Sub MoveTo ( 
	moveTime As Duration
)
public:
void MoveTo(
	Duration^ moveTime
)
Parameters
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.dll) Version: 4.0.4.23593 (4.0.4.23593)