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

Property Value

Type: System.Drawing.Point[]

The coordinates of mouse.

Example
The following code example uses the FullEmulationMouseTabPosition property.
return instance.ActiveTab.FullEmulationMouseTabPosition;
return instance->ActiveTab->FullEmulationMouseTabPosition;
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