ZennoLab Assemblies Documentation
FullEmulationMouseWheel Method
Example 

Type: System.Int32

The size of step in pixel along the x axis.

Type: System.Int32

The size of step in pixel along the y axis.

Performs the mouse wheel event.
Syntax
public void FullEmulationMouseWheel( 
   int deltaX,
   int deltaY
)

Parameters

deltaX

Type: System.Int32

The size of step in pixel along the x axis.

deltaY

Type: System.Int32

The size of step in pixel along the y axis.

Example
The following code example demonstrates uses of the FullEmulationMouseWheel method.
instance.ActiveTab.FullEmulationMouseWheel(0,100);
$instance->ActiveTab->FullEmulationMouseWheel(0, 100);
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
Mouse move to element method
Mouse move above element method
Mouse click event method
Current mouse position

Send Feedback