DMBrowser.MouseUp Method
Definition
Supports RIA monitoring. Simulates the “mouseup” event at the specified coordinates of the screen. “Mouseup” event is the counterpoint to the “mousedown” event.
public virtual void MouseUp (int x, int y)
Parameters
x int y intExamples
tab1.MouseUp (78, 89);