CitrixVirtualUser MouseMove Method (MouseButton, KeyModifier, String)C# API
Wait for an image to appear anywhere on the screen and then move the mouse over it

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

public void MouseMove(
	MouseButton buttonId,
	KeyModifier modifiers,
	string image
)

Parameters

buttonId
Type: Facilita.Fc.Citrix MouseButton
The mouse button to press
modifiers
Type: Facilita.Fc.Citrix KeyModifier
Any key modifiers to apply
image
Type: System String
The image to be found
See Also