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.

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.MouseUp (78, 89);
tab1.MouseUp (78, 89);
tab1.MouseUp (78, 89);