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

Type: System.Int32

X scroll border size.

Type: System.Int32

Y scroll border size.

Configure border for scrolling. These parameters set to default value every navigate.
Syntax
public void FullEmulationMouseSetScrollBorder( 
   int scrollX,
   int scrollY
)

Parameters

scrollX

Type: System.Int32

X scroll border size.

scrollY

Type: System.Int32

Y scroll border size.

Example
The following code example demonstrates uses of the FullEmulationMouseSetOptions method.
instance.ActiveTab.FullEmulationMouseSetScrollBorder(0, 0);
instance.ActiveTab.FullEmulationMouseMove(50,500);
$instance->ActiveTab->FullEmulationMouseSetScrollBorder(0, 0);
$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
Set mouse full emulation options method
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