CitrixVirtualUser RightClick Method (Int32, Int32)C# API
Click the right mouse button.

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

public void RightClick(
	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 right mouse button at the specified co-ordinates.
See Also