CitrixVirtualUser MouseUp Method C# API
Releases a mouse button.

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

public void MouseUp(
	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

Releases a mouse button at the specified co-ordinates.
See Also