ZennoLab Assemblies Documentation
FullEmulationMouseCurrentPosition Property
Example 
ZennoLab.CommandCenter Namespace > Tab Class : FullEmulationMouseCurrentPosition Property
Gets or sets the current full emulation mouse coordinates.
Syntax
public Point FullEmulationMouseCurrentPosition {get; set;}

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
Set mouse full emulation options method
Configure border for scrolling
Mouse move to coordinates method
Mouse move to element method
Mouse move above element method
Performs the mouse wheel event
Mouse click event method
Mouse drag and drop event for specified coordinates
Mouse drag and drop event for specified elements