ZennoLab Assemblies Documentation
FullEmulationMouseCurrentPosition Property
Example 
Gets the current full emulation mouse coordinates.
Syntax
public Point FullEmulationMouseCurrentPosition {get;}

Property Value

Type: System.Drawing.Point[]

The coordinates of mouse.

Example
The following code example uses the FullEmulationMouseCurrentPosition property.
return instance.ActiveTab.FullEmulationMouseCurrentPosition;
return instance->ActiveTab->FullEmulationMouseCurrentPosition;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members
Mouse move to coordinates method
Mouse move to element method
Mouse move above element method

Send Feedback