CitrixVirtualUserScript DoubleClickFoundLocation Method C# API
Double click the hot spot of the last found image location

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

public void DoubleClickFoundLocation()
Remarks

Double click the left mouse button in the hot spot of the LastFoundLocation Rectangle. This value is set on a successful image match as a result of one of the Wait or Check image/bitmap methods.
Examples

WaitForImage(@"Painty\OK Button", 684, 552, 22, 16, 10);
DoubleClickFoundLocation();
See Also