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

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
Configure border for scrolling
Mouse move to coordinates method
Mouse move to element method
Mouse move above element method
Mouse click event method
Mouse drag and drop event for specified coordinates
Mouse drag and drop event for specified elements
Current mouse position