CitrixVirtualUser MouseDoubleClick Method (MouseButton, KeyModifier, 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(
	MouseButton buttonID,
	KeyModifier modifiers,
	int XPos,
	int YPos
)

Parameters

buttonID
Type: Facilita.Fc.Citrix MouseButton
The ID of the mouse button that is clicked.
modifiers
Type: Facilita.Fc.Citrix KeyModifier
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