DMBrowser.MouseDown Method

Definition

Supports RIA monitoring. Simulates the “mousedown” event when the mouse pointer is over an element, and the mouse button is pressed.

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

Parameters

 x  int

 y  int

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab1.MouseDown (78, 89);
tab1.MouseDown (78, 89);
tab1.MouseDown (78, 89);