DMBrowser.MouseMove Method

Definition

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

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public virtual void MouseMove (int x, int y)
public virtual void MouseMove (int x, int y)
public virtual void MouseMove (int x, int y)

Parameters

 x  int

 y  int

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab0.MouseMove (23, 180);
tab0.MouseMove (23, 180);
tab0.MouseMove (23, 180);