Version

DblClick Method (WinGaugeReplayServer)

Double Click the UltraGauge at the specified X Y coordinates with the specified button
Syntax
'Declaration
 
Public Sub DblClick( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   Optional ByVal oBtn As System.Object _
) 
public void DblClick( 
   System.int x,
   System.int y,
   System.object oBtn
)

Parameters

x
the X coordinate to click at
y
the Y coordinate to click at
oBtn
The Button to use
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also