CitrixVirtualUserScript MouseDoubleClick Method (Int32, Int32, Int32, Int32)C# API
Double click a mouse button.

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

public void MouseDoubleClick(
	int buttonID,
	int modifiers,
	int XPos,
	int YPos
)

Parameters

buttonID
Type: System Int32
The ID of the mouse button that is clicked.
modifiers
Type: System Int32
Any key modifiers to apply.
XPos
Type: System Int32
The x co-ordinate of the mouse cursor.
YPos
Type: System Int32
The y co-ordinate of the mouse cursor.
Remarks

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