ZennoLab Assemblies Documentation
FullEmulationMouseSetOptions Method
Example 
ZennoLab.CommandCenter Namespace > Tab Class : FullEmulationMouseSetOptions Method

Type: System.Int32

Pause in milliseconds between every mouse point generation.

Type: System.Int32

Pause variance (pause +- pauseVariance).

Type: System.Int32

The pitch in a straight line between points.

Type: System.Single

Part of the rectangle for start point by the width

Type: System.Single

Part of the rectangle for start point by the height

Type: System.Single

Part of the rectangle for end point by the width

Configure full mouse emulation. These parameters set to default value every navigate.
Syntax

Parameters

pause

Type: System.Int32

Pause in milliseconds between every mouse point generation.

pauseVariance

Type: System.Int32

Pause variance (pause +- pauseVariance).

pointDistanse

Type: System.Int32

The pitch in a straight line between points.

rectangleBasePointPartWidth

Type: System.Single

Part of the rectangle for start point by the width

rectangleBasePointPartHeight

Type: System.Single

Part of the rectangle for start point by the height

rectangleEndPointPartWidth

Type: System.Single

Part of the rectangle for end point by the width

Example
The following code example demonstrates uses of the FullEmulationMouseSetOptions method.
instance.ActiveTab.FullEmulationMouseSetOptions(50);
instance.ActiveTab.FullEmulationMouseMove(50,500);
$instance->ActiveTab->FullEmulationMouseSetOptions(50, 5, 5);
$instance->ActiveTab->FullEmulationMouseMove(500, 500);
Requirements

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

See Also

Reference

Tab Class
Tab Members
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
Current mouse position