CitrixVirtualUserScript AxICAClient Property C# API
Get the underlying Citrix ActiveX control.

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

public AxICAClient AxICAClient { get; }
Remarks

The underlying Citrix control has many methods and properties of its own such as methods for overriding ICA settings. By obtaining the instance of the Citrix control these methods and properties can be accessed directly.
See Also