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.

public virtual void MouseUp (int x, int y)

Parameters

 x  int

 y  int

Examples

tab1.MouseDown (78, 89);