DMBrowser.MouseMove Method

Definition

Supports RIA monitoring. Place cursor to the position with the specified coordinates relative to the last mouse cursor position.

public virtual void MouseMove (int x, int y)

Parameters

 x  int

 y  int

Examples

tab0.MouseMove (23, 180);