CitrixVirtualUserScript EnterText Method (String, Int32)C# API
Type the text string

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

[ObsoleteAttribute("EnterText has been deprecated. Please use TypeText instead.")]
public void EnterText(
	string text,
	int pause
)

Parameters

text
Type: System String
the text to type
pause
Type: System Int32
ignored
See Also