CitrixVirtualUser KeyUp Method C# API
Release a key on the keyboard.

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

public void KeyUp(
	int keyID,
	int pause
)

Parameters

keyID
Type: System Int32
The ID of the key to press.
pause
Type: System Int32
delay in ms before pressing the key
See Also