CitrixVirtualUserScript DoubleClick Method (Int32, Int32)C# API
Double click the left mouse button

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void DoubleClick(
	int X,
	int Y
)

Parameters

X
Type: System Int32
The x co-ordinate of the mouse cursor.
Y
Type: System Int32
The y co-ordinate of the mouse cursor.
Remarks

Depresses and then releases the left mouse button twice in succession at the specified co-ordinates. The pause between the two clicks is determined by the DoubleClickDelay property.
See Also