RanorexRanorex Documentation
MoveTo Method (element)
NamespacesRanorexMouseMoveTo(Element)
Moves the mouse to the specified element.
Declaration Syntax
C#Visual BasicVisual C++
public static void MoveTo(
	Element element
)
Public Shared Sub MoveTo ( _
	element As Element _
)
public:
static void MoveTo(
	Element^ element
)
Parameters
element (Element)
The element to move to.

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